kvserver: support MVCC range tombstones in Export
#71398
Labels
A-kv-replication
Relating to Raft, consensus, and coordination.
A-kv-server
Relating to the KV-level RPC server
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
In #70412, we are implementing MVCC range tombstones. These must be integrated with
Export
. It is still unclear whether we should export range tombstones as a separate type, or synthesize point deletion tombstones instead, for revision ALL exports (with extended testing). This question also applies for CDC changefeeds in #70433, so maybe discuss with that team first.Epic CRDB-2624
Jira issue: CRDB-10553
The text was updated successfully, but these errors were encountered: