MySQL query consumes CPU time, help me to see how to optimize this MySQL structure

Source: Internet
Author: User
Tags subdomain
MySQL query consumes CPU time, help me to see how to optimize this MySQL structure
$SQLL = "Select * from ' shops ' WHERE ' subdomain '! = ' ORDER by RAND () LIMIT 15";

Only use this query, to subdomain query, this MySQL CPU time is very high, Sina app This wants money, do not know how to optimize can reduce MySQL CPU time, is to build an index what? What should I do? And what's the primary key? Can you optimize it?

Here is the structure


------Solution--------------------
Build an index on the subdomain field and don't know if you can use the index. Try it yourself.
------Solution--------------------
No need to add an index, you can use the field of the index to add it.
------Solution--------------------
Subdomain Index Useful

The primary key will automatically generate a unique index.
------Solution--------------------
RAND () does not use this function to randomly generate several random numbers

  • 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.