Constant mz_persist_client::cfg::COMPACTION_MEMORY_BOUND_BYTES
source · pub const COMPACTION_MEMORY_BOUND_BYTES: Config<usize>;
Expand description
The upper bound on compaction’s memory consumption. The value must be at
least 4*blob_target_size
. Increasing this value beyond the minimum allows
compaction to merge together more runs at once, providing greater
consolidation of updates, at the cost of greater memory usage.