Help Center/
Distributed Database Middleware/
Best Practices/
Sharding Database and Table Data of an RDS for MySQL Instance/
Creating a DRS Migration Task/
Checking Migration Results
Updated on 2022-11-14 GMT+08:00
Checking Migration Results
Procedure
- After the migration task is complete, log in to the DDM instance to view migration results. Ensure that the DDM instance has the same data as the existing RDS for MySQL instance.
Figure 1 Viewing data in table user_test
Figure 2 Viewing data in table address_test
- Run the following command to view data distribution of tables. The broadcast table stores the same data in each shard. Data in the sharded table is distributed based on the algorithms you specified.
show topology from <table_name>;
Figure 3 Broadcast table user_test
Figure 4 Sharded table address_test
Parent topic: Creating a DRS Migration Task
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot