Improve cluster update efficiency by applying configuration changes only when cluster configurations have actually been modified.
Why it matters
This feature prevents unnecessary updates of clusters in ClickHouse by ensuring that cluster updates occur only if there are changes in their configurations. It reduces redundant operations, improving performance and stability during cluster management.How to use it
This feature is applied automatically when using ClickHouse cluster management tools and configuration updates. Users do not need to enable anything explicitly; cluster updates will now only trigger if the cluster configuration has changed.