Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

min_level_* MergeTree table settings

These settings are available in system.merge_tree_settings and are autogenerated from ClickHouse source.

min_level_for_full_part_storage

Type
UInt32
Default
0
Version history
VersionDefault valueComment
25.100New setting

Minimal part level to use full type of storage for data part instead of packed

min_level_for_wide_part

Type
UInt32
Default
0
Version history
VersionDefault valueComment
25.100New setting

Minimal part level to create a data part in Wide format instead of Compact.

Navigation