cockroachdb / cockroachdb/cockroach
concurrency: implement virtualized intent resolution via pebble scanner
Open
A-kv
A-non-blocking-reads
C-enhancement
T-kv
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
One way to implement VIR is to have the pebble scanner correctly ignore or modify intents as it finds them. We want to implement VIR via this method to compare with the batch-modification approach.
Contributor guide
Assessment
This issue has not been assessed yet.