MySQL set query cache _mysql

Source: Internet
Author: User
You can use the following statement
Query_cache_size = 268435456
Query_cache_type = 1
Query_cache_limit = 1048576
Deposit to [mysqld] of/etc/my.cnf file
Then restart the MySQL database
Service mysqld Restart
will start the MySQL caching mechanism query cache. In use, the query cache stores the text of a SELECT query and the corresponding results that are delivered to the client.
If you receive a similar query later, the server retrieves the results from the query cache instead of parsing and executing the same query again.
Note: The query cache never returns expired data. When the data is modified, any related entries in the query cache are dumped and purged.
For tables where changes are not too frequent and a large number of identical queries
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.