The type of explain in MySQL

Source: Internet
Author: User

|  All | Full table Scan

|  Index | Index full scan

|  Range | Index range scanning, common language <,<=,>=,between and other operations

|  Ref | Use a non-unique index scan or a unique index prefix scan to return a single record that often appears in an associated query

|  Eq_ref | Similar to ref, the difference is that a unique index is used, and the associated query using the primary key

|  Const/system | A single record, the system processes other columns in the matching row as constants, such as a primary key or a unique index query

|  null | MySQL does not access any tables or indexes and returns results directly

# # # #由上至下, more efficient

The type of explain in MySQL

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.