You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
Tencent Cloud offers a comprehensive suite of fully managed database services through the TencentDB family. These services handle provisioning, patching, backups, and high availability.
The most popular database on Tencent Cloud — fully managed MySQL:
graph TD
subgraph ZA["Zone A"]
P["Primary Instance"]
RR["Read Replica (up to 5)"]
end
subgraph ZB["Zone B"]
S["Standby Instance"]
end
P -->|"sync"| S
P --> RR
| Edition | Description | Use Case |
|---|---|---|
| Basic | Single node, no standby | Dev/test, non-critical |
| High Availability | Primary + standby (cross-AZ) | Production workloads |
| Finance | 1 primary + 2 standbys (3-node) | Financial applications |
TDSQL is Tencent's enterprise-grade distributed database family:
Cloud-native MySQL with compute-storage separation:
graph TD
W["Writer Node"] --> SS["Shared Storage (up to 128 TB)"]
R1["Reader 1 Node"] --> SS
R2["Reader 2 Node"] --> SS
Cloud-native PostgreSQL with the same architecture as TDSQL-C for MySQL.
Fully managed Redis for caching and real-time data:
| Architecture | Description | Use Case |
|---|---|---|
| Standard | Single node | Development, non-critical caching |
| Master/Replica | Primary + replica (cross-AZ) | Production caching |
| Cluster | Distributed across multiple shards | Large datasets, high throughput |
Fully managed MongoDB for document workloads:
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.