Cluster
Each DDS cluster consists of a config node, and multiple mongos and shard nodes. The following diagram shows the node relationships.
mongos
- Each DB instance has 2 to 32 mongos. You can specify the quantity.
- A mongos reads configuration settings from configs and allocates read and write requests to shards. You can connect to a mongos directly.
config
- A high availability config is required for deploying a DB instance or modifying the instance information.
- You cannot connect to a config directly.
shard
- Each DB instance of Community Edition has 2 to 32 shards. You can specify the quantity.
- Each shard is deployed as a replica set to ensure data redundancy and high reliability.
- You cannot connect to a shard directly.
Last Article: Basic Concepts
Next Article: Database Parameter Template
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.