MySQL Tuning table and Repair Table command usage instructions (REPAIR table and optimize tables)

Source: Internet
Author: User

With the long-term use of MySQL, you can fix the table to optimize and reduce disk footprint when optimizing. Easy backup.


REPAIR table is used to repair corrupted tables.
OPTIMIZE table is used to reclaim unused database space, and when the data rows on the table are deleted, the disk space occupied is not immediately reclaimed, the space is reclaimed after the OPTIMIZE Table command is used, and the data rows on the disk are re-ordered (note: on disk, Rather than a database).

You do not need to run optimize table most of the time, only after you have deleted the data rows in bulk or periodically (once a week or once a month) to perform a data table optimization operation only for those specific tables.

MySQL Tuning table and Repair Table command usage instructions (REPAIR table and optimize tables)

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.