
Component | Description |
Shard | The smallest data storage unit, consisting of a group of master and replica nodes. The cluster evenly distributes 16,384 hash slots across shards. Each shard stores data for its assigned slots and supports online data balancing and migration. |
Master node | The node within a shard responsible for handling read/write requests and synchronizing data to replica nodes. Each shard has one master node. |
Replica node | A node within a shard responsible for data redundancy and high availability. It synchronizes data from the master node in real time and automatically takes over as the new master node upon master node failure. |
Proxy | A built-in proxy component that receives client requests and routes them to the corresponding shards. It provides load balancing, read/write separation, and cross-shard command processing capabilities, shielding cluster topology details from clients. |
Configuration Item | Optional Specifications |
Shard specifications (GB): | 1, 2, 4, 8, 12, 16, 20, 24, 32, 40, 48, and 64 |
Shard quantity | 1, 3, 5, 8, 12, 16, 24, 32, 40, 48, 64, 80, 96, and 128 |
Replica quantity | 1, 2, 3, 4, and 5 |
Item | Upper Limit | Description |
Total storage capacity | 8TB | 128 shards x 64 GB |
Concurrent performance | Tens of millions of QPS | Tencent Cloud conducts multiple stress tests in standard testing environments and uses stable values as official references. For details, see Specifications and Performance. |
Feedback