Cloud Computing 5 min read

How Tencent Cloud Powers WeChat’s Massive New Year Red Envelope Storm

During the Chinese New Year, Tencent Cloud handled billions of WeChat red‑envelope transactions by employing multi‑region load balancing, disaster‑recovery architectures, database sharding, and high‑throughput caching to ensure seamless, high‑availability service for millions of concurrent users.

21CTO
21CTO
21CTO
How Tencent Cloud Powers WeChat’s Massive New Year Red Envelope Storm

High Availability Guarantees for the Red Envelope System

To handle massive traffic, user requests are load‑balanced between Tencent Cloud data centers in Guangzhou and Shanghai, with multi‑AZ application disaster recovery and dual‑write of pre‑order data, ensuring service continuity even if an availability zone fails.

List System Redundancy

The list system, which manages grabbing, opening, sending, and querying red envelopes, is deployed in both Guangzhou and Shanghai with same‑city and cross‑city disaster recovery; even if three instances fail simultaneously, users can still view their red‑envelope details.

Database Layer Resilience

DBProxy provides sharding and table partitioning, while the CDB cluster offers same‑city disaster recovery for persistent storage, ensuring data integrity across regions.

Performance Optimization for User Experience

Through thousands of cloud servers and a high‑QPS Cmem cache, the system can issue 6 million red envelopes per minute and open 48 million, with up to 7 million QPS request handling, 6.6 million QPS memcached reads/writes, and 1 million QPS MySQL reads/writes.

All modules are horizontally scalable, supporting load balancing and fault isolation to maintain high availability throughout the “red envelope battle”.

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

Distributed Systemshigh availability
21CTO
Written by

21CTO

21CTO (21CTO.com) offers developers community, training, and services, making it your go‑to learning and service platform.

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.