Distributed | ClickHouse Documentation
clickhouse.com › table-engines › specialDistributed | ClickHouse Documentation Engines Table Engines Special Distributed Table Engine Tables with Distributed engine do not store any data of their own, but allow distributed query processing on multiple servers. Reading is automatically parallelized. During a read, the table indexes on remote servers are used, if there are any.
ClickHouse Data Distribution – Altinity | The Enterprise ...
altinity.com › 6 › 5Jun 05, 2017 · Distributed tables are defined by ‘Distributed’ engine and are in fact interfaces or umbrellas over the shard tables. ENGINE = Distributed (<cluster>, <database>, <shard table> [, sharding_key]) ‘cluster’ here refers to a cluster topology definition in ClickHouse config file that defines how the data is distributed across different nodes.