v.21.6Improvement
Possibility to change S3 disk settings at runtime via SYSTEM RESTART DISK SQL command
Possibility to changeS3disk settings in runtime via newSYSTEM RESTART DISKSQL command. #23429 (Pavel Kovalenko).
Why it matters
This feature allows users to updateS3 disk configuration without restarting the entire ClickHouse server, enabling more flexible and efficient management of storage settings.How to use it
Use the SQL commandSYSTEM RESTART DISK 'disk_name' to apply new S3 disk settings dynamically at runtime.