-
Notifications
You must be signed in to change notification settings - Fork 4.1k
batcheval: support MVCC range tombstones in AddSSTable #76234
Copy link
Copy link
Closed
Labels
A-storageRelating to our storage engine (Pebble) on-disk storage.Relating to our storage engine (Pebble) on-disk storage.C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Description
Once MVCC range tombstones are implemented (#70412) and supported in Export (#71398) we'll need to allow ingesting these SSTables via AddSSTable. 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-storageRelating to our storage engine (Pebble) on-disk storage.Relating to our storage engine (Pebble) on-disk storage.C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)