Maintaining a Table

Scenarios

While working with MySQL databases, you do a lot of changes such as data insert, update, and deletion, which may cause table fragmentation. As a result, the database server performance is deteriorated. To handle this, periodic maintenance is required.

Functions

Procedure

The following uses the Check operation as an example to explain how to maintain tables.

  1. On the top menu bar, choose Database Management.
  2. On the displayed Objects page, select Tables, locate the target table, and choose More > Maintain > Check in the Operation column.
  3. In the displayed dialog box, click Yes.