feat: sst_min_sequences in QueryContext (#234)
This commit is contained in:
@@ -32,6 +32,8 @@ message QueryContext {
|
||||
}
|
||||
|
||||
message SnapshotSequences {
|
||||
// Mappings of the RegionId to the minimal sequence of SST file to scan.
|
||||
map<uint64, uint64> sst_min_sequences = 1;
|
||||
// mapping of RegionId to SequenceNumber, for snapshot read, meaning that the
|
||||
// read should only container data that was committed before (and include) the
|
||||
// given sequence number
|
||||
|
||||
Reference in New Issue
Block a user