Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

replicated_max_* MergeTree table settings

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

replicated_max_mutations_in_one_entry

Type
UInt64
Default
10000

Max number of mutation commands that can be merged together and executed in one MUTATE_PART entry (0 means unlimited)

replicated_max_parallel_fetches

Type
UInt64
Default
0

Obsolete setting, does nothing.

replicated_max_parallel_fetches_for_host

Type
UInt64
Default
15

Obsolete setting, does nothing.

replicated_max_parallel_fetches_for_table

Type
UInt64
Default
0

Obsolete setting, does nothing.

replicated_max_parallel_sends

Type
UInt64
Default
0

Obsolete setting, does nothing.

replicated_max_parallel_sends_for_table

Type
UInt64
Default
0

Obsolete setting, does nothing.

replicated_max_ratio_of_wrong_parts

Type
Float
Default
0.5

If the ratio of wrong parts to total number of parts is less than this - allow to start.

Possible values:

  • Float, 0.0 - 1.0
Navigation