Enum rocks::universal_compaction::CompactionStopStyle [] [src]

#[repr(C)]
pub enum CompactionStopStyle { SimilarSize, TotalSize, }

Algorithm used to make a compaction request stop picking new files into a single compaction run

Variants

pick files of similar size

total size of picked files > next file