Rebuild a table, defragmenting it and returning space to the filesystem.
MySQL's answer to both VACUUM FULL and REINDEX. It rewrites the table, so it needs room for a second copy and it is not free.
VACUUM FULL
REINDEX
Rebuild a table, defragmenting it and returning space to the filesystem.
MySQL's answer to both
VACUUM FULLandREINDEX. It rewrites the table, so it needs room for a second copy and it is not free.