cockroachdb / cockroachdb/cockroach
kvcoord: investigate perf of txnInterceptorStack
Open
branch-master
C-performance
o-perf-efficiency
P-3
T-kv
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
This shows up with >1% cpu. It's unlikely that we can avoid this overhead entirely, but we could look into the many layers of dynamic dispatch incurred by this pattern, as well as the work done at each layer.

Jira issue: CRDB-49410
Epic CRDB-55523
Contributor guide
Assessment
This issue has not been assessed yet.