We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a1f7f commit 49d7761Copy full SHA for 49d7761
statistics/handle/update.go
@@ -401,7 +401,7 @@ var (
401
// DumpStatsDeltaRatio is the lower bound of `Modify Count / Table Count` for stats delta to be dumped.
402
DumpStatsDeltaRatio = 1 / 10000.0
403
// dumpStatsMaxDuration is the max duration since last update.
404
- dumpStatsMaxDuration = time.Hour
+ dumpStatsMaxDuration = 5 * time.Minute
405
)
406
407
// needDumpStatsDelta checks whether to dump stats delta.
0 commit comments