kv: reduce latch contention for GCRequest #24237
Labels
A-kv-transactions
Relating to MVCC and the transactional model.
C-performance
Perf of queries or internals. Solution not expected to change functional behavior.
T-kv
KV Team
GCRequest is special in that it only affects data that is not observable by regular reads and writes. As such, they shouldn't need command queue serialization with anything else.
@nvanbenschoten pointed this out in #24209.
The effects of these optimizations should be observable in tests like #24236.
Jira issue: CRDB-5778
The text was updated successfully, but these errors were encountered: