Limits to etcd cluster size #18004
-
Have there been any tests around how many hosts etcd can replicate to using RAFT? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi @arjunsingriuber - Thanks for your question, please refer to our FAQ: https://etcd.io/docs/v3.5/faq/#what-is-maximum-cluster-size
|
Beta Was this translation helpful? Give feedback.
Thanks for the clarification, etcd is well known for the efficiency of it's watch capabilities, refer https://etcd.io/docs/v3.5/benchmarks/etcd-3-watch-memory-benchmark noting that those documented benchmarks are now getting old.
This is something you can perform basic benchmarks in your own environment with https://github.com/etcd-io/etcd/tree/main/tools/benchmark. I would encourage you to perform validation in your environment to properly understand the performance characteristics in your environment.