Skip to content

kvserver: rangefeed handling of AddSSTable #70434

@erikgrinaker

Description

@erikgrinaker

Once AddSSTable writes entries at the current timestamp in #70422, we need to expose these via the rangefeed. A few options:

  • Emit Put events 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.

Metadata

Metadata

Assignees

Labels

A-kv-replicationRelating to Raft, consensus, and coordination.C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-kvKV Team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions