How do I scale up a Redis Enterprise database?
Last updated 22, Mar 2024
Question
How do I scale up a Redis Enterprise database?
Answer
Adding a new functionality that needs some sizing in advance, may need a new dedicated cluster, or simply scaling up the existing database. Typical approaches could be:
- Configure OSS Cluster API to reduce the latency caused by network roundtrips
- If nodes don’t have spare resources, add more nodes to the cluster and distribute shards across them
- Create a separate cluster for the most loaded database
- A combination of the previous ideas