Este conteúdo foi traduzido por máquina para sua conveniência e a Huawei Cloud não pode garantir que o conteúdo foi traduzido com precisão. Para exibir o conteúdo original, use o link no canto superior direito para mudar para a página em inglês.
Central de ajuda/
Document Database Service/
Visão geral de serviço/
Arquitetura do sistema/
Cluster
Atualizado em 2023-05-06 GMT+08:00
Cluster
A cluster consists of a config node, and multiple mongos and shard nodes.
Data read and write requests are forwarded by the 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.
Figura 1 Cluster architecture
- Each mongos is a single node, but you can provision multiple mongos nodes for load balancing and failovers. A single cluster can contain 2 to 16 mongos nodes.
- Each shard is a three-node replica set. A single cluster supports 2 to 16 shards.
- A config node is a necessary part of a cluster instance, and is also deployed as a 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.
Tópico principal: Arquitetura do sistema
Feedback
Esta página foi útil?
Deixar um comentário
Obrigado por seus comentários. Estamos trabalhando para melhorar a documentação.
O sistema está ocupado. Tente novamente mais tarde.