Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

min_rows_* MergeTree table settings

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

min_rows_for_compact_part

Type
UInt64
Default
0

Obsolete setting, does nothing.

min_rows_for_full_part_storage

Type
UInt64
Default
0

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

min_rows_for_wide_part

Type
UInt64
Default
0

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

min_rows_to_fsync_after_merge

Type
UInt64
Default
0

Minimal number of rows to do fsync for part after merge (0 - disabled)

Navigation