feat: sst_min_sequences in QueryContext (#234)

This commit is contained in:
LFC
2025-05-07 20:59:51 +08:00
committed by GitHub
parent bdca8e50e4
commit 159e92d30b
5 changed files with 937 additions and 367 deletions
+2
View File
@@ -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