*: avoid non-MVCC operations #70429
Labels
A-disaster-recovery
A-kv-replication
Relating to Raft, consensus, and coordination.
A-schema-changes
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-storage
Storage Team
As described in #69380, we want to replace use of non-MVCC commands such as
ClearRange
,RevertRange
, andAddSSTable
with MVCC-compliant alternatives, as these violate invariants that other components rely on. This involves:MVCC range deletion tombstones
DeleteRange
#70415RevertRange
variant #70416Export
#71398AddSSTable
#76234DeleteRange
#70427DeleteRange
#70428DeleteRange
aka MVCC range tombstones #70433AddSSTable
at current timestampAddSSTable
option to write at current timestamp #70422UpdateSSTTimestamps()
#72528AddSSTable
#70434Epic CRDB-2624
Jira issue: CRDB-10072
The text was updated successfully, but these errors were encountered: