TencentDB for MongoDB is a high-performance distributed data storage service created by Tencent Cloud based on MongoDB, the open source non-relational database. It is fully compatible with MongoDB protocol, and applicable to non-relational database-oriented scenarios.
Note:
MongoDB® is a registered trademark of MongoDB, Inc. TencentDB for MongoDB is not authorized by or affiliated with MongoDB, Inc. Tencent's use of MongoDB software is based on open-source licenses.
In TencentDB for MongoDB, a replica set is a cluster that contains a primary node and one or more secondary nodes. Data is synced between clusters through replication, which creates redundant backups on multiple servers, improving data availability and ensuring data security.
The architecture diagram of replica set is as follows:
Replica set v4.0 is different from other versions in architecture. It has no proxy set component, so you can directly access each node:
In TencentDB for MongoDB, a sharded cluster consists of components such as shards, proxy sets, and config servers. Each shard contains a subset of sharded data. Each shard in TencentDB for MongoDB is deployed as a replica set.
Sharded clusters support horizontal expansion of data based on a combination of multiple replica sets. The components in a sharded cluster are described as follows:
Single-node TencentDB for MongoDB is a cost-effective database service, whose operating costs are only one-third as many as the cluster MongoDB while ensuring good performance. It is suitable for learning, testing, and the businesses where the requirement for availability is not high, such as internal systems, and mini programs or applications of individual developers.
Note:
- Currently, the single-node architecture only supports MongoDB v4.0.
- Currently, you cannot roll back a single-node instance to a point in time within the past seven days. If needed, please submit a ticket.
- Currently, the single-node architecture does not support slow log query or connection management.
- The single-node architecture only has the primary node, so it does not support high availability.
- The single-node architecture supports only one type of specification (1 core, 2 GB memory, and 150 GB disk capacity), which cannot be changed.
- Currently, the single-node TencentDB for MongoDB can be purchased in the following zones: Guangzhou Zone 3, Shanghai Zone 4, Beijing Zone 4, and Chengdu Zone 1.
Was this page helpful?