CREATE, DROP, ALTER, and RENAME queries affect only the current server where they are executed. In a cluster setup, it is possible to run such queries in a distributed manner with the ON CLUSTER clause.
For example, the following query creates the all_hits Distributed table on each host in cluster:
The order for executing queries within a single host is guaranteed. :::