pub(crate) fn infer_time_bucket<'a>(
files: impl Iterator<Item = &'a FileHandle>,
) -> i64Expand 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.