What is MySQL's explain execution plan

Source: Internet
Author: User
Tags execution

Explain syntax

EXPLAIN SELECT ...

Variant:

1. EXPLAIN EXTENDED SELECT ...

"Decompile" The execution plan into a SELECT statement, run show warnings to get the query statement optimized by the MySQL optimizer

2. EXPLAIN Partitions SELECT ...

Explain for partitioned tables

Information that the execution plan contains

Id

Contains a set of numbers that represent the order in which a SELECT clause or action table is executed in a query

Same ID, execution order from top to bottom

If it is a subquery, the ID number is incremented, the greater the ID value, the higher the priority, the more first executed

If the ID is the same, it can be considered a group, executed from top to lower, and in all groups, the greater the ID value, the higher the priority, the more first

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.