In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-30 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)05/31 Report--
This article introduces the relevant knowledge of "what are the mysql cache adjustments?". Many people will encounter such a dilemma in the operation of actual cases, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!
After that, innodb memory (innodb_buffer_pool_size) can be adjusted online. This is for dba. It's nice, but you need to pay attention to the adjustment:
It is not adjusted small or large at will, but follows certain rules. Here, the innodb_buffer_pool_chunk_size parameter, which controls the memory size rule, is introduced.
The default innodb_buffer_pool_chunk_size value is 128m (134217728). This value is calculated in terms of cache pools. So when calculating innodb_buffer_pool_size, you have to include innodb_buffer_pool_instances.
Summary: the size of innodb_buffer_pool_size is based on innodb_buffer_pool_chunk_size*innodb_buffer_pool_instances as the minimum cardinality.
The following is calculated as an example of innodb_buffer_pool_instances=8,innodb_buffer_pool_chunk_size=128M:
Innodb_buffer_pool_size (min) = innodb_buffer_pool_chunk_size*innodb_buffer_pool_instances=1024M
This means that a minimum of 1 gigabyte of memory must be given during initialization. At the same time, this 1 G is also the minimum cardinality to increase or decrease memory in the future.
If you are not satisfied with 1G, such as 1000m, in my.cnf, you will automatically make up 1G at startup. By the same token, if it is not an integer multiple of 1024, it will directly fill 1024 instead of rounding, for example, 2000m, the start is 2048m, 2100m is 3072m.
This is the end of the content of "what are the mysql cache adjustments?" thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.