Check whether the items in sub_iter
is a subset of the items in full_iter
, and meanwhile
preserve the order.
This function is intended to be called during compute node initialization if the storage
sanity check is not desired. This controls a global flag so only need to be called once
if need to disable the sanity check.
Make sure that the key to delete should exist in storage and the value should be matched.
Make sure the key to insert should not exist in storage.
Make sure that the key to update should exist in storage and the value should be matched
Prune non-overlapping SSTs that does not overlap with a specific key range or does not overlap
with a specific table id. Returns the sst ids after pruning.
Prune overlapping SSTs that does not overlap with a specific key range or does not overlap with
a specific table id. Returns the sst ids after pruning.
Search the SST containing the specified key within a level, using binary search.
Wait for the committed_epoch
of table_id
to reach wait_epoch
.