v.22.7New Feature
Add compatibility setting and system.settings_changes table for ClickHouse版本设置变更信息
Addcompatibilitysetting andsystem.settings_changessystem table that contains information about changes in settings through ClickHouse versions. Closes #35972. #38957 (Kruglov Pavel).
Why it matters
This feature helps users understand how settings have evolved between ClickHouse releases, enabling easier maintenance and troubleshooting of configuration compatibility issues.How to use it
Use thecompatibility setting to control version compatibility behavior in your ClickHouse server. Query the system.settings_changes table to view detailed information about settings modifications and deprecations across different ClickHouse versions.