On this page

Show all

Help Center/ Data Replication Service/ FAQs/ Product Consulting/ How Do I Solve the Table Bloat Issue?

How Do I Solve the Table Bloat Issue?

Updated on 2023-07-03 GMT+08:00

In the full migration phase, DRS uses the row-level parallel migration mode to ensure migration performance and transmission stability. If the source database data is compact, table bloat may occur after data is migrated to the RDS for MySQL database. As a result, the disk space required is much greater than that of the source database. In this case, you can run the following command in the destination database to free up the space:

optimize table table_name
NOTE:

The OPTIMIZE TABLE command locks tables. Do not run this command when you operate table data. Otherwise, services may be affected.

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback