Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

max_postpone_* MergeTree table settings

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

max_postpone_time_for_failed_mutations_ms

Type
UInt64
Default
300000

The maximum postpone time for failed mutations.

max_postpone_time_for_failed_replicated_fetches_ms

Type
UInt64
Default
60000
Version history
VersionDefault valueComment
25.460000Added new setting to enable postponing fetch tasks in the replication queue.

The maximum postpone time for failed replicated fetches.

max_postpone_time_for_failed_replicated_merges_ms

Type
UInt64
Default
60000
Version history
VersionDefault valueComment
25.460000Added new setting to enable postponing merge tasks in the replication queue.

The maximum postpone time for failed replicated merges.

max_postpone_time_for_failed_replicated_tasks_ms

Type
UInt64
Default
300000
Version history
VersionDefault valueComment
25.4300000Added new setting to enable postponing tasks in the replication queue.

The maximum postpone time for failed replicated task. The value is used if the task is not a fetch, merge or mutation.

Navigation