zoukankan      html  css  js  c++  java
  • 关于innodb purge thread和master thread

    innodb_purge_threads控制purge线程数。

    (>= 5.6.5)的版本号中该值默觉得1。最大值为32。默认值1表示innodb的purge操作被分离到purge线程中,master thread不再做purge操作。


    The number of background threads devoted to the InnoDB purge operation. The new default and minimum value of 1 in MySQL 5.6.5 signifies that the purge operation is always performed by background threads, never as part of the master thread. Non-zero values runs the purge operation in one or more background threads, which can reduce internal contention within InnoDB, improving scalability. Increasing the value to greater than 1 creates that many separate purge threads, which can improve efficiency on systems where DML operations are performed on multiple tables. The maximum is 32.

  • 相关阅读:
    JS单例对象与构造函数对象的区别
    SVG系列
    Js极客之路
    Js极客之路
    iOS微信登录
    iOS HSV
    cocoa pods
    php中请求数据中文乱码
    付费中数字计算
    时间戳对应关系
  • 原文地址:https://www.cnblogs.com/zfyouxi/p/5153525.html
Copyright © 2011-2022 走看看