v.25.5Improvement
Support ALTERing database on cluster
Support ALTERing database on cluster. #79242 (Tuan Pham Anh).Why it matters
This feature enables users to modify database properties or settings consistently on all nodes within a cluster using a singleALTER DATABASE command, simplifying cluster management and ensuring configuration uniformity.How to use it
Use theALTER DATABASE statement with the ON CLUSTER clause to apply changes across all nodes. For example:ALTER DATABASE db_name ON CLUSTER cluster_name MODIFY SETTING ...