These settings are available in system.settings and are autogenerated from source.
alter_move_to_space_execute_async
Execute ALTER TABLE MOVE … TO [DISK|VOLUME] asynchronously
alter_partition_verbose_result
Enables or disables the display of information about the parts to which the manipulation operations with partitions and parts have been successfully applied.
Applicable to ATTACH PARTITION|PART and to FREEZE PARTITION.
Possible values:
- 0 — disable verbosity.
- 1 — enable verbosity.
Example
alter_sync
Aliases: replication_alter_partitions_sync
Allows you to specify the wait behavior for actions that are to be executed on replicas by ALTER, OPTIMIZE or TRUNCATE queries.
Possible values:
0 — Do not wait.
1 — Wait for own execution.
2 — Wait for everyone.
3 - Only wait for active replicas.
Cloud default value: 0.
alter_sync is applicable to Replicated and SharedMergeTree tables only, it does nothing to alter non Replicated or Shared tables.
alter_update_mode
A mode for ALTER queries that have the UPDATE commands.
Possible values:
heavy - run regular mutation.
lightweight - run lightweight update if possible, run regular mutation otherwise.
lightweight_force - run lightweight update if possible, throw otherwise.