clickhouse-cluster
Some Essential checks
Check keeper : echo ruok | nc 127.0.0.1 9181 sudo systemctl restart clickhouse-keeper Ch...
Create db and replicated tables
Build Replicated ClickHouse Tables Keeper is fully working.Now you can create replicated databas...
New Page
CREATE TABLE my_table ON CLUSTER default ( `id` UInt64, `name` String, `created_at` String )...