Mysql Show Index explanation

Source: Internet
Author: User

查看表上的索引状态:


SHOW INDEXReturns table index information.


SHOW KEYSand is SHOW INDEXES synonyms for SHOW INDEX .


Grammar:


Show {index|indexes} from table_name [from db_name] [where expr]


The following fields is returned by SHOW INDEX .


Field Description
Table Table Name
Non_unique 1If the index permits duplicate values, 0 if values must be unique.
Key_name Index name. The primary key is always named PRIMARY .
Seq_in_index The column ' s sequence in the index, beginning with 1 .
Column_name Column name.
Collation Either A , if the column is sorted in ascending order in the index, or NULL if it's not sorted.
Cardinality Estimated number of unique values in the index. The cardinality statistics is calculated at various times, and can help the optimizer make improved decisions.
Sub_part NULLIf the entire column is included in the index, or the number of included characters if not.
Packed NULLIf the index is not packed, otherwise how the index is packed.
Null NULLIf NULL values is permitted in the column, an empty string if NULL ' s is not permitted.
Index_type The index type, which can be BTREE , FULLTEXT , HASH or RTREE . See Storage Engine Index Types.
Comment Other information, such as whether the index is disabled.
Index_comment Contents of the COMMENT attribute when the index was created.




Mysql Show Index explanation

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.