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
| Version | Default value | Comment |
|---|---|---|
| 25.4 | 60000 | Added 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
| Version | Default value | Comment |
|---|---|---|
| 25.4 | 60000 | Added 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
| Version | Default value | Comment |
|---|---|---|
| 25.4 | 300000 | Added 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.