Database optimization tutorial (13) Other MySQL database Optimization Methods

Source: Internet
Author: User

Database optimization tutorial (13) Other MySQL database Optimization Methods
Vi. Other MySQL database Optimization Methods


In the last chapter, we will talk about some optimization methods not mentioned above.

1. My. ini configuration file

Here we will only introduce two of the most important ones.

1) configure the maximum number of connections

The default value is 100. We recommend that you set it to 1000.


2) Configure Cache

Enable query cache on the [mysqld] node of my. ini. The configuration is as follows:

Query_cache_size = 268435456

Query_cache_type = 1

Query_cache_limit = 1048576


2. Use stored procedures

Compared with SQL statements, stored procedures have the following advantages: compilation is not required, and a process is a compiled object.


3. horizontal segmentation

When an index is getting bigger and bigger, even if it is still slow to add an index, we can use table shards.

 

4. Static Page

Save the static page generated at the end of each request to the server. If the same request exists in the future, the static page will be displayed directly.



The whole database tuning tutorial has come to an end, and I have written all the experience I have learned, if you think there is something you need to add or something is not well written, please contact us.


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.