Update replicated.md

This commit is contained in:
Anna 2021-06-10 13:51:58 +03:00 committed by GitHub
parent 2dd5f03623
commit bb4d938b91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
# [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.
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}
``` sql