MySQL Optimization overview

Source: Internet
Author: User

What are the main considerations for MySQL optimization?


  1. Before you do MySQL optimization, you can do a whole performance test of MySQL server, look at the server bottleneck problem where, mainly to do benchmark test, to test the server's disk IO capability. To see how big the server is.


2. Run a certain script to observe the running state of MySQL, if MySQL has irregular fluctuations, the possible problem is due to the individual SQL statement is not reasonable to write. Then use the slow query or the Profiles tool to analyze which step of the SQL statement takes a long time. Finally, you can use the Explain tool to analyze the behavior of the modified SQL statement execution. So as to make reasonable improvements. Of course, there may be periodic fluctuations in MySQL, then the problem is that there is a problem with the MySQL cache system. At this point, you need to modify the MySQL cache policy.

This article is from "riding a stupid Bird slowly fly" blog, please be sure to keep this source http://sinsea.blog.51cto.com/4656533/1729766

MySQL Optimization overview

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.