-
Notifications
You must be signed in to change notification settings - Fork 4.1k
kvserver: rangefeed handling of AddSSTable #70434
Copy link
Copy link
Closed
Labels
A-kv-replicationRelating to Raft, consensus, and coordination.Relating to Raft, consensus, and coordination.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)T-kvKV TeamKV Team
Description
Once AddSSTable writes entries at the current timestamp in #70422, we need to expose these via the rangefeed. A few options:
- Emit
Putevents for each value in the SST. - Emit the binary SST, and let subscribers deal with iteration and other processing.
- Restart the rangefeed at a suitable timestamp and rely on a catchup scan.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-kv-replicationRelating to Raft, consensus, and coordination.Relating to Raft, consensus, and coordination.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)T-kvKV TeamKV Team