Choose your SQL server:
AnySQL
MySQL
MS SQL Server
PostgreSQL
Oracle
SQL Anywhere
DB2
SQLite
Firebird
MaxDB

Subscribe to our newsletter

Service Center for MySQL online help

Prev  Table of Contents Next 

Optimizing tables


MySQL Service Center provides you with a feature that reclaims the unused space and defragments the datafile for the tables. This feature should be used if you have deleted a large part of a table or if you have made many changes to a table with variable-length rows. This feature is identical with running myisamchk --quick --check-only-changed --sort-index --analyze for the table. If you wish to be able to perform this operation with your tables, you should create a new task specified as the optimize task in the Add Task Wizard. After the task is added, you can execute it explicitly or set its options to execute it by schedule.

Note: This feature works only for MyISAM and BDB tables.

See also:





Prev  Table of Contents Next