These settings are available in system.settings and are autogenerated from source.
update_parallel_mode
Type
UpdateParallelMode
Default
auto
Version history
| Version | Default value | Comment |
|---|---|---|
| 25.5 | auto | A new setting |
Determines the behavior of concurrent update queries.
Possible values:
sync- run sequentially allUPDATEqueries.auto- run sequentially onlyUPDATEqueries with dependencies between columns updated in one query and columns used in expressions of another query.async- do not synchronize update queries.
update_sequential_consistency
Type
Bool
Default
1
Version history
| Version | Default value | Comment |
|---|---|---|
| 25.5 | 1 | A new setting |
If true set of parts is updated to the latest version before execution of update.