Data Replication | ClickHouse Documentation
clickhouse.com › docs › enThe entire ClickHouse cluster used for coordinating one ZooKeeper cluster has a total of several hundred INSERTs per second. The throughput on data inserts (the number of rows per second) is just as high as for non-replicated data. For very large clusters, you can use different ZooKeeper clusters for different shards.
system.zookeeper | ClickHouse Documentation
clickhouse.com › system-tables › zookeeperThis corresponds to the path of the children in ZooKeeper that you want to get data for. The query SELECT * FROM system.zookeeper WHERE path = '/clickhouse' outputs data for all children on the /clickhouse node. To output data for all root nodes, write path = ‘/’. If the path specified in ‘path’ does not exist, an exception will be thrown.