Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
131226: pkg/kv/kvclient: update per-vCPU concurrency limits r=sean- a=sean- Increase the current values (arbitrarily selected) by 6x (also an arbitrary increase). Annecdotal evidence from customers suggests this may unlock some workloads where vCPU utilization appears to "plateau" around 70%, and now allows for ~100% vCPU utilization. Until #131125 and #131126 are implemented, it is not possible to directly monitor these incremental improvements to the defaults. Epic: CRDB-42388 Epic: CRDB-42389 Release note (performance improvement): Increase the per-vCPU concurrency limits for KV operations. Specifically, increase `kv.dist_sender.concurrency_limit` to 384/vCPU (up from 64/vCPU) and `kv.streamer.concurrency_limit` to 96/vCPU (up from 8/vCPU). Co-authored-by: Sean Chittenden <[email protected]>
- Loading branch information