MySQL Execution Plan analysis tool explain usage _php tutorial

Source: Internet
Author: User

MySQL Execution Plan analysis tool explain usage


For DBAs who are familiar with SQL's execution plan analysis techniques are critical to quickly locating database performance issues, here's a brief look at how to analyze MySQL's execution plan.
One, EXPLAIN usage explanation: EXPLAIN SELECT ...
Variant: 1. EXPLAIN EXTENDED SELECT ... "Decompile" The execution plan into a SELECT statement and run show WARNINGS to get the query statement optimized by the MySQL optimizer
2. EXPLAIN Partitions SELECT ... Explain for partitioned tables
Examples are shown below:
The specific explanations are as follows 1. Execution ID
Contains a set of numbers that, if they are the same, can be considered a group, executed from the top down; in all groups, the higher the ID value, the higher the priority, the first 2. Query type Select_type
 

http://www.bkjia.com/PHPjc/1092477.html www.bkjia.com true http://www.bkjia.com/PHPjc/1092477.html techarticle MySQL Execution Plan analysis tool explain usage details for DBAs familiar with SQL's execution plan analysis techniques are critical to quickly locating database performance issues, here's how ...

  • 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.