mito2::compaction::buckets

Function infer_time_bucket

Source
pub(crate) fn infer_time_bucket<'a>(
    files: impl Iterator<Item = &'a FileHandle>,
) -> i64
Expand description

Infers the suitable time bucket duration. Now it simply find the max and min timestamp across all SSTs in level and fit the time span into time bucket.