statistics: smaller query thresholds
Open
type/enhancement
- Dominant language
- Go
- Stars
- 1.2k
- Forks
- 783
- Avg merge
- 5d 21h
- Merged PRs (30d)
- 36
Description
## Enhancement Task
ref https://github.com/tikv/pd/issues/5155

At present, the reporting threshold of tikv is 128, which means that a single region's qps reaches 128 before it is reported, which may cause unbalance when the total number of store queries is small.
We may consider changing it to 32, which may be more uniform, but also has the side effect of increasing the number of reports.
Contributor guide
Assessment
This issue has not been assessed yet.