tencent cloud

TencentDB for MongoDB

Overview

PDF
포커스 모드
폰트 크기
마지막 업데이트 시간: 2026-04-17 14:46:02

Product Introduction

TencentDB for MongoDB is a high-performance, distributed document database service provided by Tencent Cloud based on the open-source NoSQL database MongoDB. It is fully compatible with the MongoDB protocol and provides fully managed database services, enabling users to focus on business development without worrying about the complexity of database O&M.

Core Feature

Full compatibility
100% compatible with the MongoDB protocol, supporting seamless migration of existing applications.
Delivers the same APIs and user experience as native MongoDB.
High-performance architecture
Provides excellent read/write performance based on a distributed architecture.
Supports multi-node high-availability architecture to ensure continuous and stable service.
Comprehensive management features
Ensures data security through automatic backup and recovery mechanisms.
Provides elastic scaling capabilities to flexibly adjust resources based on business needs.
Provides comprehensive disaster recovery solutions to improve business continuity.

Data Model

MongoDB is a document-oriented NoSQL (non-relational) database. Its data structure consists of fields and values like JSON objects. Below is an example:
{
name:"Zhang San",
sex:"Male",
age:25,
status:"A",
groups:["news","sports"]


Storage Architecture

Document: It is the most basic unit in MongoDB and composed of BSON key-value pairs.
{name:"Jane Smith",sex:"Female",age:25,status:"A"}
Collection: A MongoDB collection can contain multiple documents. For example, you can insert documents with different data structures into a collection.
{name:"Jane Smith",sex:"Female",age:25,status:"A"}
{name:"Jane Smith",sex:"Female",age:25,status:"A"}
{name:"Harry Smith",sex:"Male",age:26,status:"A",groups:["news","sports"]}
Database: A MongoDB database can contain multiple collections and supports multiple database environments.

Service Value

Simplified Ops
Fully managed services eliminate the need for installation, deployment, and maintenance work.
Automated monitoring and alerting tracks database status in real time.
Cost optimization
The pay-as-you-go billing mode avoids resource waste.
Reduces human resource costs and lowers the total cost of ownership.
Enterprise-level reliability
Provides professional technical support teams.
Features a stable architecture proven effective in large-scale business scenarios.

Start Now

1. A complete learning path is available, from basic concepts to advanced operations. For details, see Getting Started.
2. For pricing and billing details, see Purchase Guide. Choose the billing mode that best fits your needs.
3. Log in to the TencentDB for MongoDB purchase page with your Tencent Cloud account to activate the service. For immediate experience, see Quickly Creating an Instance.
4. Access the database. For more information, see Connecting to a TencentDB for MongoDB Instance.
TencentDB for MongoDB provides enterprises with stable and reliable database services to support the data storage needs of internet applications and big data scenarios.

도움말 및 지원

문제 해결에 도움이 되었나요?

피드백