Skip to content

performance_schema_hosts_size

xiaoboluo768 edited this page Jun 14, 2020 · 2 revisions
  • 控制hosts表中数据行数,如果为0,则performance_schema不维护status_by_host、hosts表,即也就无法从这两张表中查询到统计信息
    • 全局变量,只读变量,整型值,单位为行,为-1时表示自动计算,5.6.3版本引入
      • 5.7.x版本中,默认值为-1,取值范围-1~1048576
      • 5.6.x及其之前的版本中,5.6.5及其之前,默认值为10,取值范围为0~1048576。5.6.6及其之后,默认值为-1,取值范围-1~1048576
    • status_by_host表是5.7中新增的,5.6及其之前的版本无此表
    • 如果在记录主机信息到hosts表时,发现因为该变量的限制而无法写入(该表已满),则performance_schema会增加状态变量Performance_schema_hosts_lost的值

上一篇:performance_schema_events_waits_history_size |

下一篇:performance_schema_max_cond_instances

Clone this wiki locally