Cluster
Each DDS cluster consists of a config node, and multiple dds mongos and shard nodes. The following diagram shows the node relationships.

dds mongos
- Each DB instance has 2 to 16 dds mongos nodes. You can specify the quantity.
- A dds mongos reads configuration settings from the config node and allocates read and write requests to shard nodes. You can connect to a dds mongos directly.
config
A config stores configuration settings for DB instances and consists of one replica set.
You cannot connect to a config node directly.
shard
- Each Community Edition instance has 2 to 16 shard nodes. You can specify the quantity.
- Each shard node is deployed as a replica set to ensure data redundancy and high reliability.
- You cannot connect to a shard node directly.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.