Distributed DDL Queries (ON CLUSTER Clause)
For example, the following query creates the all_hits
table on each host in cluster
:
The local version of the query will eventually be executed on each host in the cluster, even if some hosts are currently not available.
The order for executing queries within a single host is guaranteed.