Clickhouse table 是否有最大推荐副本数量?

Is there a maximum recommended amount of replicas for a Clickhouse table?

我在 20.3.9 版本的集群上有一个 ReplicatedReplacingMergeTree table(我知道它很旧,抱歉)。

此集群提供相对大量的廉价查询。因此,我似乎可以通过添加副本来扩展此解决方案一段时间,因为一个节点可以在合理的时间内轻松地为每个查询提供服务。 假设增加的写入量或增加的数据集大小没有问题,这里的限制是什么。我知道限制因素是:

Zookeeper 是否有建议的最大副本数可以处理一个分片?这会随着 Zookeeper 的更换而改变吗?

谢谢 菲利波

Is there a maximum recommended number of replicas Zookeeper can handle for a shard?

没有最大值。 根据我的经验,我知道人们使用 10 个副本(事实表)没有任何问题。尺寸(小)表有 75 个副本。

And is this going to change with the Zookeeper replacement?

没有变化。