MySQL Index related

Source: Internet
Author: User
Tags mysql index

In 1.mysql, the inner join and the left join need to optimize the right table, while the starboard join needs to optimize the table.

2. Common indexes: Primary key, sort, range, where clause

No indexes: Big data types, such as text, image, bit

Behind like fields

3. Create an index: ALTER TABLE name add index index name (column 1, column 2, column 3 ....) );

Delete index: Drop the name of index x on table;

View index: Show index from table name \g

4. Index invalidation

Implicit conversions (must be double-quoted if the column type is a string), causing the index to fail

Index columns use functions, resulting in index invalidation

field after like,% plus in front and% plus on both sides cause index to fail

indexes are evaluated, resulting in index invalidation

! = does not exist cause index invalidation


MySQL Index related

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.