Cluster
A cluster consists of a config node, and multiple dds mongos and shard nodes.
Data read and write requests are forwarded by the dds mongos nodes, which read configuration settings from config, and then allocate the read and write requests to the shards, making it easy to cope with high concurrency scenarios. In addition, each config node, along with the shards in its cluster, is replicated in triplicate to ensure high availability.
- Each dds mongos is a single node, but you can provision multiple dds mongos nodes for load balancing and failovers. A single cluster can contain 2 to 32 dds mongos nodes.
- Each shard is a three-node replica set. A single cluster supports 2 to 32 shards.
- A config node is a necessary part of a cluster instance, and is also deployed as a three-node replica set. The config node stores instance configuration data.
- Cluster is suitable for handling large amounts of data and can meet the requirements for high availability and scalability.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot