-
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.
kvserver: add
SSTTimestamp
parameter for AddSSTable
This patch adds an `SSTTimestamp` parameter for `AddSSTable`. When set, the client promises that all MVCC timestamps in the given SST are equal to `SSTTimestamp`. When used together with `WriteAtRequestTimestamp`, this can avoid the cost of rewriting the SST timestamps if the `SSTTimestamp` already equals the request `Timestamp`. Release note: None
- Loading branch information
1 parent
912964e
commit d47f932
Showing
4 changed files
with
92 additions
and
20 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
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
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
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