Skip to main content

collect_sst_info

Function collect_sst_info 

Source
pub(crate) fn collect_sst_info(
    db_path: &Path,
) -> Result<BTreeMap<u32, Vec<SstInfo>>>
Expand description

Collect SST info from all active meta files in the database directory, mirroring the DB’s own open logic: read CURRENT, filter by .del files, and apply SstFilter to skip superseded entries.