kv: Add server option for maximum number of intents per WriteIntentError for scans #64783
Labels
A-kv-transactions
Relating to MVCC and the transactional model.
A-storage
Relating to our storage engine (Pebble) on-disk storage.
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
N-followup
Needs followup.
O-postmortem
Originated from a Postmortem action item.
T-kv
KV Team
We added batching of discovered intents for subsequent resolutions during sst exports similar to what scan does (Issue: #59704, PR: #64131). On top of that, the change provides an option to limit number of collected intents to keep batch size predictable.
We may consider using the same approach to MVCCScan to make number of collected intents capped.
Epic: CRDB-2554
The text was updated successfully, but these errors were encountered: