Optimize resource control in client-go
Open
type/enhancement
- Dominant language
- Go
- Stars
- 40.5k
- Forks
- 6.2k
- PR merge metrics
- PR metrics pending
Description
## Enhancement
The resource control introduces significant overhead, according to the mutex profile and CPU profile of workloads like point-select. We need to optimize the implementation, e.g. decreasing the lock granularity.

Contributor guide
Assessment
This issue has not been assessed yet.