v.22.9New Feature
Added changeable_in_readonly settings constraint
Added new settings constraint writability kind changeable_in_readonly. #40631 (Sergei Trifonov).Why it matters
This feature allows certain settings to be modifiable even when ClickHouse is in readonly mode, enabling more flexible configuration management without fully disabling setting changes.How to use it
Users can apply thechangeable_in_readonly constraint to specific settings in their configuration to allow changes while the server is running in readonly mode.