mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-30 03:22:14 +00:00
Update replicated.md
This commit is contained in:
parent
2dd5f03623
commit
bb4d938b91
@ -2,7 +2,7 @@
|
|||||||
# [experimental] Replicated {#replicated}
|
# [experimental] Replicated {#replicated}
|
||||||
|
|
||||||
Supports replication of metadata via DDL log being written to ZooKeeper and executed on all of the replicas for a given database.
|
Supports replication of metadata via DDL log being written to ZooKeeper and executed on all of the replicas for a given database.
|
||||||
One Clickhouse server can have multiple replicated databases running and updating at the same time.
|
One Clickhouse server can have multiple replicated databases running and updating at the same time. But there can't be multiple replicas of the same replicated database.
|
||||||
|
|
||||||
## Creating a Database {#creating-a-database}
|
## Creating a Database {#creating-a-database}
|
||||||
``` sql
|
``` sql
|
||||||
|
Loading…
Reference in New Issue
Block a user