-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
backupccl: add writeKey method to fileSSTSink
To support backup compactions, we need to be able to write MVCC keys to a file sink one key at a time. The current `fileSinkSST` only supports writing KV export responses, or essentially one span at a time. This commit adds support for writing key by key. Epic: none Release note: None
- Loading branch information
Showing
2 changed files
with
457 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.