tikv / tikv/pd

statistics: smaller query thresholds

Open
#5,897 0 comments 0 reactions 0 assignees View on GitHub
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
![image](https://user-images.githubusercontent.com/19542290/216231574-a53971df-0757-4dad-9db3-de8a864a66ff.png)

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.