Li Ning is one of China's leading sportswear brands, operating an omnichannel retail business that generates over 200,000 e-commerce orders per day across marketplaces, social commerce, its own app, and an offline POS network. To carry that growth, the company modernized the database tier beneath its Order Management System (OMS) — the platform that coordinates order processing, inventory management, and sourcing and allocation — moving it from RDS MySQL onto OceanBase. The new data architecure now carries promotional peaks above 50,000 orders a minute on 80% less storage, at 40% lower database TCO.
Li Ning's OMS ran on RDS MySQL in a one-primary, one-replica topology. The primary carried all transactional reads and writes — order creation, allocation-ticket generation, and other core operations — while the replica synced to a local Greenplum (GP) cluster for BI reporting and business monitoring, and a separate on-premise MySQL instance handled backups. Inventory ran on a two-tier store of its own: a cluster of eight Redis instances partitioned by region, each managing the stock for a set of warehouses, backed by a local cache.
This setup functioned adequately at moderate scale, but as Li Ning's e-commerce revenue grew to nearly 30% of total group revenue — with peak order rates surpassing 50,000 per minute during major promotions — the architecture began to strain:
With daily order volumes exceeding 200,000 as the new baseline and core business tables surpassing the hundred-million-row mark, Li Ning's technology team recognized the need for a fundamental modernization of the database tier.
Li Ning launched a formal database evaluation. The brief was explicit: the next architecture had to fit current scale and leave room for the trajectory implied by the company's "single brand, multiple categories, multiple channels" strategy. The team distilled it into three requirements:
After multiple rounds of evaluation, Li Ning selected OceanBase. Following a multi-month implementation, the new system went live ahead of the mid-year shopping festival — a peak sales event that puts the order system under its heaviest load of the season.
The migration moved the OMS's core workloads — order processing, inventory, sourcing, and fulfillment allocation — onto a single OceanBase cluster, consolidating the former standalone MySQL instances into one multi-tenant deployment. Five OceanBase capabilities did the load-bearing work:
Elastic distributed scaling for promotion peaks. OceanBase's native distributed architecture scales out horizontally and transparently to the application, so the OMS can absorb promotional surges without re-architecting or pausing for maintenance windows.
Inventory becomes a transactional part of the database. OceanBase's strong-consistency distributed transactions hold inventory state in the database itself, so stock is updated transactionally rather than reconciled across a regional cache layer, and cross-warehouse sourcing runs as a query inside one system instead of a fan-out across instances.
Multi-zone replicas keep BI off the order path. OceanBase replicates across availability zones with Paxos-based log replication, keeping follower replicas within seconds of the leader. BI and reporting read from a dedicated replica rather than falling back on the primary, so analytics no longer contend with live order traffic.
Row-column hybrid storage with LZ4 compression. OceanBase's LSM-tree engine compacts baseline data with columnar encoding and general-purpose compression, shrinking the on-disk footprint without trading away query latency on the read-heavy inventory path.
Multi-tenant consolidation. Development, testing, and production — previously separate MySQL instances, each with its own operational overhead — run as tenants in a single cluster, each with dynamically resizable CPU, memory, and IOPS quotas over shared compute and storage.
OceanBase's impact was validated under the most demanding conditions — the mid-year shopping festival — and confirmed across multiple quarters of continuous production since.
How vivo Consolidated 17 Systems and Cut Database Resources by 80% with OceanBase
700 Billion Records Beyond Sharding — Toward a Native Distributed Architecture for Consumer Services
Xiaomi Group is one of the world’s largest consumer electronics and internet-services companies, spanning smartphones, AIoT devices, and a growing portfolio of internet services across a global footprint.
Founded in 2017 by the Philippine telecom giant GlobeTelecom, GCash is the number one e-wallet service provider in the Philippines and the country's first “double unicorn”. The company offers users a range of financial services accessible through smartphones. In 2021, GCash was recognized by The Asian Banker (TAB) and International Data Corporation (IDC) for its outstanding inclusive digital financial service program. As of June 2022, the number of registered GCash users reached 66 million, indicating that one out of every two people in the Philippines uses GCash services.