Constant mz_persist_client::cfg::COMPACTION_HEURISTIC_MIN_INPUTS
source · pub const COMPACTION_HEURISTIC_MIN_INPUTS: Config<usize>;
Expand description
In Compactor::compact_and_apply, we do the compaction (don’t skip it) if the number of inputs is at least this many. Compaction is performed if any of the heuristic criteria are met (they are OR’d).