MySQL 5.5 -- innodb_purge_threads
在之前版本,碎片回收操作是主執行緒的一部分,這經定期排程的方式執行,但會阻塞資料庫的其他操作;[@more@]到5.5以後,可以將這個執行緒獨立出來 ;方法:innodb_purge_threads =1
這個應該能讓碎片回收得更及時而且不影響其他執行緒的操作;
Improved Purge Scheduling
- The InnoDB purge operation is a type of garbage collection that runs
periodically. In previous versions, the purge was part of the master thread, meaning that it could
block other database operations when running. In MySQL 5.5 this operation can run in its own
thread, allowing for more concurrency. Users can control whether the purge operation is split into its
own thread with the innodb_purge_threads configuration option, which can be set to 0 (the
default) or 1 (for a single separate purge thread).
這個應該能讓碎片回收得更及時而且不影響其他執行緒的操作;
Improved Purge Scheduling
- The InnoDB purge operation is a type of garbage collection that runs
periodically. In previous versions, the purge was part of the master thread, meaning that it could
block other database operations when running. In MySQL 5.5 this operation can run in its own
thread, allowing for more concurrency. Users can control whether the purge operation is split into its
own thread with the innodb_purge_threads configuration option, which can be set to 0 (the
default) or 1 (for a single separate purge thread).
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/703656/viewspace-1043463/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- New in Mysql 5.5MySql
- MySQL 5.5 mysqlimport介紹MySqlImport
- mysql5.5安裝MySql
- 安裝mysql5.5MySql
- MySQL 5.5 模式匹配LIKEMySql模式
- MySQL 5.5 Master/Slave 配置MySqlAST
- Mysql 5.5 重置root密碼MySql密碼
- MySQL 5.5 複製搭建流程MySql
- MySQL 5.5 mysqlbinlog 介紹MySql
- MySQL 5.5 統計資訊收集MySql
- CentOS升級MySQL到5.5CentOSMySql
- CMAKE安裝mysql5.5MySql
- MySQL 5.5新特性詳解MySql
- MySQL 5.5常用資訊函式MySql函式
- Index of /Downloads/MySQL-5.5/IndexMySql
- Centos5.5中安裝Mysql5.5過程分享CentOSMySql
- Ubuntu14.04LAMP搭建(Apache2.47+MySQL5.5+PHP5.5)UbuntuLAMPApacheMySqlPHP
- mysql server 5.5 version版本初識MySqlServer
- MySQL 5.5儲存引擎介紹MySql儲存引擎
- MySQL 5.5 mysqldump備份說明MySql
- CentOS 6.5下安裝MySQL 5.5CentOSMySql
- mysql5.5 performance_schema 初探MySqlORM
- redhat 5.5 配置 mysql AB複製RedhatMySql
- MySQL 5.5 刪除索引的方法MySql索引
- MySQL 5.5 MyISAM表鎖測試MySql
- MySQL 5.5 配置檔案設定MySql
- MySQL 5.5 原始碼安裝流程MySql原始碼
- centos7 RPM MySQL5.5CentOSMySql
- Install mysql5.6 on CentOS5.5MySqlCentOS
- MySQL 5.5 主主複製搭建流程MySql
- MySQL 5.5級聯複製配置流程MySql
- mysql5.5半同步複製探究MySql
- MySQL 5.5 -- Metadata Locking Within TransactionsMySql
- mysql 5.5 -- innodb buffer pool最佳化MySql
- fast recovery for innodb1.07 in Mysql 5.5ASTMySql
- mysql 5.5 中自連線update and deleteMySqldelete
- MySQL 5.5 隔離級別測試MySql
- mysql5.5的原始碼安裝MySql原始碼