Skip to content

Commit

Permalink
workloadrepo: disable sampling of tidb_hot_regions
Browse files Browse the repository at this point in the history
  • Loading branch information
henrybw committed Feb 6, 2025
1 parent fc8bdb5 commit f40c402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/util/workloadrepo/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ var workloadTables = []repositoryTable{
{"INFORMATION_SCHEMA", "DEADLOCKS", samplingTable, "", "", "", ""},

{"INFORMATION_SCHEMA", "CLUSTER_LOAD", samplingTable, "", "", "", ""},
{"INFORMATION_SCHEMA", "TIDB_HOT_REGIONS", samplingTable, "", "", "", ""},
//{"INFORMATION_SCHEMA", "TIDB_HOT_REGIONS", samplingTable, "", "", "", ""},
//{"INFORMATION_SCHEMA", "TIDB_HOT_REGIONS_HISTORY", samplingTable, "", "", "", ""},
{"INFORMATION_SCHEMA", "TIKV_STORE_STATUS", samplingTable, "", "", "", ""},
}
Expand Down

0 comments on commit f40c402

Please sign in to comment.