tongjian
tongjian
### What is changed and how it works? Issue Number: Close #12945 What's Changed: ```commit-message ``` ### Related changes ### Check List Tests - Manual test (add detailed scripts or...
### What is changed and how it works? Issue Number: Close #xxx What's Changed: ```commit-message ``` ### Related changes - [ ] PR to update `pingcap/docs`/`pingcap/docs-cn`: - [ ] Need...
When TiDB receives a query request, it forwards the request to the underlying TiKV for data retrieval and processing. Currently, TiDB does not have a built-in request caching mechanism, and...
close: #640 the metrics after this pr 
In some time, it's very difficult to know the affect that the grpc pool brings. In my test, the loads in different complement queue maybe different and every grpc pool...
### What problem does this PR solve? Issue Number: Close #xxx ### What is changed and how does it work? ```commit-message run tiup playground nightly --host localhost --kv.binpath ./bin/pd-simulator --kv=1...
## Development Task The Snapshot-worker is primarily responsible for applying snapshots, destroying peers, and forwarding snapshot-generate messages. The deletion of peers can consume a significant amount of CPU, resulting in...