batcheval: support MVCC range tombstones in AddSSTable
#76234
Labels
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)
Once MVCC range tombstones are implemented (#70412) and supported in
Export
(#71398) we'll need to allow ingesting these SSTables viaAddSSTable
. Pebble should handle this just fine, so it's just a matter of handling it in the surrounding code (e.g. validation, timestamp rewrites,IngestAsWrites
path, etc).Jira issue: CRDB-13040
Epic CRDB-2624
The text was updated successfully, but these errors were encountered: