tencent cloud

TencentDB for MongoDB

Release Notes and Announcements
Release Notes
Announcements
User Guide
Product Introduction
Overview
Strengths
Use Cases
Cluster Architecture
Product Specifications
Features
Regions and AZs
Terms
Service Regions and Service Providers
Purchase Guide
Billing Overview
MongoDB Pricing
Billing Formula
Payment Overdue
Backup Space Billing
Configuration Adjustment Billing
Getting Started
Quickly Creating an Instance
Connecting to a TencentDB for MongoDB Instance
Reading/Writing Database
Operation Guide
Access Management
Instance Management
Node Management
Version Upgrade
Network Configuration
Monitoring
Backup and Rollback
Database Audit
Data Security
SSL Authentication
Log Management
Database Management
Multi-AZ Deployment
Disaster Recovery/Read-Only Instances
Parameter Configuration
Recycle Bin
Task Management
Performance Optimization
Data Migration Guide
Practical Tutorial
Optimizing Indexes to Break Through Read/Write Performance Bottlenecks
Troubleshooting Mongos Load Imbalance in Sharded Cluster
Considerations for Using Shard Clusters
Sample of Reading and Writing Data in MongoDB Instance
Methods for Importing and Exporting Data Based on CVM Connected with MongoDB
What to Do for Errors of Repeated Instance Creation and Deletion of Databases with the Same Names?
Troubleshooting MongoDB Connection Failures
Shard Removal Task: Guide for Confirming the Progress and Troubleshooting Issues
Performance Fine-Tuning
Ops and Development Guide
Development Specifications
Command Support in Sharded Cluster v3.2
Command Support in v3.6
Development Ops
Troubleshooting
Increased Slow Queries
Number of Connections Exceeding Limit
API Documentation
History
Introduction
API Category
Making API Requests
Instance APIs
Backup APIs
Account APIs
Other APIs
Task APIs
Introduction
Data Types
Error Codes
Instance Connection
Shell Connection Sample
PHP Connection Sample
Node.js Connection Sample
Java Connection Sample
Python Connection Sample
Python Read/Write Sample
Go Connection Sample
PHP Reconnection Sample
Product Performance
Test Environment
Test Method
Test Result
FAQs
Cost
Features
Sharded Cluster
Instance
Rollback and Backup
Connection
Data Migration
Others
Service Agreement
Service Level Agreement
Terms of Service
Glossary
Contact Us

Overview

PDF
포커스 모드
폰트 크기
마지막 업데이트 시간: 2026-01-19 17:15:41

Product Introduction

TencentDB for MongoDB is a high-performance, distributed file storage database service developed by Tencent Cloud based on the open-source non-relational database MongoDB. The product is fully compatible with the MongoDB protocol and provides fully managed Ops services, enabling users to focus on business development without worrying about the complexity of database Ops.

Core Features

Full compatibility
It is 100% compatible with the MongoDB protocol, supporting seamless migration of existing applications.
It delivers the same APIs and user experience as native MongoDB.
High-performance architecture
It delivers excellent read-write performance based on a distributed architecture.
It supports a multi-node high-availability architecture to ensure continuous and stable service.
Comprehensive management features
It ensures data security based on automatic backup and recovery mechanisms.
It provides the elastic scaling capability to flexibly adjust resources based on business needs.
It provides complete 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:"John Smith",
sex:"Male",
age:25,
status:"A",
groups:["news","sports"]
}

Storage structure

MongoDB's storage structure consists of the following three units:
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 the same 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 you can create multiple databases.

Service Value

Simplified Ops
Fully managed services eliminate the need for installation, deployment, and maintenance work.
Automated monitoring and alarms continuously track the database status in real-time.
Cost optimization
The pay-as-you-go billing mode avoids resource waste.
The reduction of human resource input and the lowering of the total cost of ownership are achieved.
Enterprise-level reliability
Professional technical support teams are provided.
A stable architecture has been proven effective in large-scale business scenarios.

Start Now

1. The product provides a complete learning path from basic concepts to advanced operations to help users quickly master MongoDB usage skills. For the specific learning path, see Getting Started.
2. You can learn about the product's billing items through Purchase Guide and select a billing method as needed.
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 is committed to providing enterprises with stable and reliable database services to support the data storage needs of various internet applications and big data scenarios.

도움말 및 지원

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

피드백