risingwave_storage::hummock::utils

Function search_sst_idx

source
pub(crate) fn search_sst_idx(ssts: &[SstableInfo], key: UserKey<&[u8]>) -> usize
Expand description

Search the SST containing the specified key within a level, using binary search.