mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Merge pull request #38655 from den-crane/patch-18
Doc. Fix a note about ClickHouse Keeper
This commit is contained in:
commit
016176dc02
@ -128,7 +128,8 @@ You should never use manually written scripts to transfer data between different
|
|||||||
|
|
||||||
If you want to divide an existing ZooKeeper cluster into two, the correct way is to increase the number of its replicas and then reconfigure it as two independent clusters.
|
If you want to divide an existing ZooKeeper cluster into two, the correct way is to increase the number of its replicas and then reconfigure it as two independent clusters.
|
||||||
|
|
||||||
You can run ClickHouse Keeper on the same server as ClickHouse, but do not run ZooKeeper on the same servers as ClickHouse. Because ZooKeeper is very sensitive for latency and ClickHouse may utilize all available system resources.
|
You can run ClickHouse Keeper on the same server as ClickHouse in test environments, or in environments with low ingestion rate.
|
||||||
|
For production environments we suggest to use separate servers for ClickHouse and ZooKeeper/Keeper, or place ClickHouse files and Keeper files on to separate disks. Because ZooKeeper/Keeper are very sensitive for disk latency and ClickHouse may utilize all available system resources.
|
||||||
|
|
||||||
You can have ZooKeeper observers in an ensemble but ClickHouse servers should not interact with observers.
|
You can have ZooKeeper observers in an ensemble but ClickHouse servers should not interact with observers.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user