Skip to content

performance_schema_max_cond_instances

xiaoboluo768 edited this page Jun 14, 2020 · 2 revisions
  • 控制在监控condition对象时,创建的 instrumented condition instance数量,即condition对象未超过该参数定义的值时,instance数量也是condition对象创建的数量,一个condition数量需要一个instruments condition instance进行监控
    • 全局变量,只读变量,整型值
      • 5.6.x版本中,5.6.5及其之前的版本默认为1000,5.6.6及其之后的版本默认值为-1,自动计算值会覆盖默认值-1
      • 5.7.x版本中,默认值为-1
    • 如果在监控condition对象时,发现因为该变量的限制无法创建instrumented condition instance时,则performance_schema会增加状态变量Performance_schema_cond_instances_lost的值

上一篇:performance_schema_hosts_size | 下一篇:performance_schema_max_file_handles

Clone this wiki locally