Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[QUESTION] In Redis Cluster mode, is there a recommended maximum number of Master nodes? #11740

Open
mukundv18 opened this issue Jan 19, 2023 · 1 comment

Comments

@mukundv18
Copy link

mukundv18 commented Jan 19, 2023

Had a few more questions on the same lines,

  1. In Redis Cluster mode, what is the maximum storage (aka Data Size) that is recommended? Around 1TB?
  2. In Redis Cluster mode, what is the maximum number of masters that is recommended?
  3. In Redis Cluster mode, what is the maximum recommended GBs of data that a master node can support?
  4. Do any of the above questions have a direct relation to the number of slaves configured per master?

Thanks!

@mukundv18 mukundv18 changed the title [QUESTION] In Redis Cluster mode, is there a recommended maximum limit to number of Master nodes? [QUESTION] In Redis Cluster mode, is there a recommended maximum number of Master nodes? Jan 19, 2023
@judeng
Copy link
Contributor

judeng commented Jan 19, 2023

In my production practice, there are more than 500 master nodes in the largest cluster, and each master node has a replica
Large clusters bring many unexpected problems, such as 1-minute and unreliable failover, performance loss and delay caused by gossip messages,etc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants