kvserver: emit MVCC range tombstones across rangefeeds #82449
Labels
A-kv-replication
Relating to Raft, consensus, and coordination.
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Once MVCC range tombstones are implemented in #70412, and used in
DeleteRange
in #70415, they should be emitted across rangefeeds. These will be recorded as a newMVCCDeleteRangeOpType
logical op type, and emitted as a newRangeFeedDeleteRange
rangefeed event. These will be emitted wheneverDeleteRange
is called with theUseExperimentalRangeTombstone
parameter, and also during catchup scans, but not during initial scans (which never emit tombstones).Epic CRDB-2624
Jira issue: CRDB-16401
The text was updated successfully, but these errors were encountered: