disable gather table size by default

This commit is contained in:
Ulric Qin 2022-04-27 13:32:12 +08:00
parent 2f9c9c34ee
commit 978e5162e3
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ extra_innodb_metrics = false
gather_processlist_processes_by_state = false
gather_processlist_processes_by_user = false
gather_schema_size = false
gather_table_size = true
gather_system_table_size = true
gather_table_size = false
gather_system_table_size = false
# # timeout
# timeout_seconds = 3