enable_index_granularity_compression
Compress in memory values of index granularity if it is possibleenable_max_bytes_limit_for_min_age_to_force_merge
If settingsmin_age_to_force_merge_seconds and
min_age_to_force_merge_on_partition_only should respect setting
max_bytes_to_merge_at_max_space_in_pool.
Possible values:
truefalse
enable_mixed_granularity_parts
Enables or disables transitioning to control the granule size with theindex_granularity_bytes setting. Before version 19.11, there was only the
index_granularity setting for restricting granule size. The
index_granularity_bytes setting improves ClickHouse performance when
selecting data from tables with big rows (tens and hundreds of megabytes).
If you have tables with big rows, you can enable this setting for the tables
to improve the efficiency of SELECT queries.
enable_replacing_merge_with_cleanup_for_min_age_to_force_merge
Whether to use CLEANUP merges for ReplacingMergeTree when merging partitions down to a single part. Requiresallow_experimental_replacing_merge_with_cleanup,
min_age_to_force_merge_seconds and min_age_to_force_merge_on_partition_only
to be enabled.
Possible values:
truefalse