v.22.2Improvement
Supports SYSTEM Queries with ON CLUSTER Clause
Why it matters
This feature enables users to runSYSTEM queries across an entire cluster, simplifying cluster-wide management tasks and ensuring consistent execution of administrative commands on all nodes.How to use it
Users can appendON CLUSTER <cluster_name> to any SYSTEM query to execute it across all nodes in the specified cluster. For example:SYSTEM RELOAD CONFIG ON CLUSTER my_cluster