MySQL has built index queries very slowly

Source: Internet
Author: User

Tag: Requires name MYSQ port to cause view query detection EPO

Encountered a problem, there are several structure of a query, the index of the table is also built, but some queries quickly, some are very slow, it takes more than half a minute to execute.

There's no difference between viewing the execution plan. For a long time it was discovered that the character encoding of the table involved in the main query and subquery is inconsistent. The problem is resolved after the consistency is changed.

SQL is as follows:

Delete  from WHERE  not inch (SELECT from T_diag_reportinfo)

The reason is that the character encoding of the T_diag_detection table is UTF8MB4, and the character encoding of the T_diag_reportinfo table is UTF8. This was the case when the migration database was not noticed.

After the character encoding has been changed to utf8, less than 1s is done, a total of tens of thousands of data.

MySQL has built index queries very slowly

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.