当前位置:网站首页>InnoDB in MySQL_ page_ Cleaners details
InnoDB in MySQL_ page_ Cleaners details
2022-06-29 10:27:00 【A ray of sunshine a】
innodb_page_cleaners yes MySQL Number of dirty threads in , Its value is equal to innodb_buffer_pool_instances Value , If innodb_page_cleaners The value is greater than innodb_buffer_pool_instances Value , Then automatically innodb_page_cleaners Adjust to and innodb_buffer_pool_instances The value of is the same , No adjustment shall be made in other cases .
The default values are 1, Here's the picture :
[test]> select @@innodb_page_cleaners;
+------------------------+
| @@innodb_page_cleaners |
+------------------------+
| 1 |
+------------------------+
[test]> select @@innodb_buffer_pool_instances;
+--------------------------------+
| @@innodb_buffer_pool_instances |
+--------------------------------+
| 1 |
+--------------------------------+
innodb_page_cleaners Is a coordination thread + One or more task Composed of threads . If innodb_page_cleaners=1, Then it is the coordination thread itself , Another worker thread .
innodb_buffer_pool_instances The default value of is 1.innodb_buffer_pool_instances It means to be innodb buffer pool How many areas are divided , The number of areas is innodb_buffer_pool_instances Value . The purpose is to facilitate management and reduce the granularity of locks , Improve concurrency .
If there is a mistake , Please contact me by email :[email protected]
边栏推荐
- Codeforces Round #659 (Div. 2)
- 如果我在北京,到哪里开户比较好?另外想问,现在在线开户安全么?
- Codeforces Round #657 Div. 2
- Substring score - Ultra detailed version - the last programming challenge
- 子串分值-超详细版——最后的编程挑战
- IIS服务器相关错误
- std::make_shared<T>/std::make_unique<T>与std::shared_ptr<T>/std::unique_ptr<T>的区别与联系
- 1146 topological order (25 points)
- CLR via C reading notes - single instance application
- 2019.11.13 training summary
猜你喜欢

Alibaba cloud firewall configuration, multiple settings (iptables and firewall)

Arc view and arc viewpager

Nacos environmental isolation

Solve the problem that zxing's QR code contains Chinese garbled code

任务调度器之Azkaban的使用

Using rancher to build kubernetes cluster

C#窗体向另一个窗体实时传值

1146 Topological Order (25 分)

IIS服务器相关错误

函数指针、函数指针数组、计算器+转移表等归纳总结
随机推荐
Codeforces - 1151b thinking
Talk about threads and concurrency
2019.10.23 training summary
If I were in Beijing, where would it be better to open an account? In addition, is it safe to open an account online now?
Weight recursion of complete binary tree -- the last programming challenge
在实践中学习Spark计算框架(01)
1021 deep root (25 points)
2020-9-14 introduction to advertising system
Shanke's C language 2018 exercise (Telecom)
Implementation of iequalitycomparer interface in C #
查看CSDN的博客排名
1146 topological order (25 points)
CLR via C reading notes - single instance application
QGIS mapping
September 25, 2020 noncopyable of boost library for singleton mode
520 diamond Championship 2021
Is it safe to open a stock account with the QR code given by the manager of a securities firm? I want to open an account
L2-3 is this a binary search tree- The explanation is wonderful
Text of the basic component of the shutter
两个栈的模拟题