≡ Menu

MySQL Defragmentation Examples

How to Optimize MySQL Tables and Defragment to Recover Space

If your application is performing lot of deletes and updates on MySQL database, then there is a high possibility that your MySQL data files are fragmented. This will result in lot of unused space, and also might affect performance. So, it is highly recommended that you defrag your MySQL tables on an ongoing basis. This [...]

{ 5 comments }