Amap (formerly AutoNavi), part of Alibaba Group, is China's leading digital map and mobility platform. It serves more than 150 million daily active users on a typical day, climbing past 360 million during peak national-holiday travel. Beyond navigation, Amap has become an everyday platform for travel, dining, and local services — a scale of usage that turns ordinary features into extreme data problems. Two of its most demanding services — Footprint and Cloud Sync — had outgrown the manually sharded MySQL architecture beneath them, straining against hard limits on cost, stability, and scale. Amap migrated both to OceanBase, which now serves as their system of record.
The Footprint service gives each user a personal travel timeline — a record of their own trips and the places they've been that they can review, manage, and share. As the feature gained adoption at Amap's scale, it grew to more than 700 billion records across 360TB of storage, with peak read/write concurrency averaging over 270,000 requests per second — all under a strict 10-millisecond response target.
For years, Footprint ran on a manually sharded MySQL cluster. The pattern had scaled the early business, but at this volume its limits had become structural rather than incidental:
Cloud Sync — which keeps a user's data consistent across their own phones and in-car systems — carried a parallel set of demands: 500 billion records spread across three regional units, real-time cross-region consistency, and sub-10ms responses for a service where any lag is immediately felt by the user.
Amap's team scoped the selection around three requirements, each tied directly to a business outcome:
| Requirement | What it had to deliver |
| High availability & disaster recovery | One-button traffic escape during a regional failure, failover the user never notices, and multi-active as a native database capability — not an application-layer workaround |
| Engineering efficiency | Sharding and routing out of the application; schema and index changes without user-visible jitter; MySQL wire-protocol compatibility so migration is a storage swap, not a rewrite |
| Cost | Storage savings that compound as the dataset grows — driven by compression, not just cheaper disks |
After testing and head-to-head comparison, three OceanBase capabilities proved decisive:
"Without OceanBase's native multi-active capability, the data-sync logic would have had to live in the application layer. That would have significantly increased system complexity and substantially raised both development and maintenance cost."
Li Yan,
Head of Online Services Engineering, Amap
Replacing the database beneath a hot service this large is the hard part, and Amap completed it with zero incidents and no user-perceptible impact. Three practices made that possible:
Footprint now runs on a single OceanBase cluster with native horizontal partitioning. The application no longer manages shards — it sees one logical table that OceanBase distributes and rebalances internally. OceanBase's LSM-tree engine compacts baseline data with columnar encoding and LZ4 compression, and because that baseline is read-mostly, the compression adds no query-latency penalty. Online DDL removes the schema-change jitter entirely: index changes that once required release planning now run without observable impact.
Cloud Sync's defining trait is that users move between regions and write from whichever of their devices is nearest. The topology is built around that reality:
Because each cell stores and serves data within its own region and cross-region replication is configured explicitly, the same pattern maps directly onto data-residency requirements: an operator can keep data in the regions it chooses while still delivering active-active availability across them.
Both services have run clean through the country's two heaviest annual traffic peaks — its largest online shopping festival and the national-holiday travel rush.
"Simpler for our developers, lower cost at scale, and dependable multi-active high availability. This wasn't just a database swap — it was an architecture evolution that leaves us room to grow."
Li Yan,
Head of Online Services Engineering, Amap
Powering Li Ning's Omnichannel Retail with a Next‑Gen Database Architecture
How vivo Consolidated 17 Systems and Cut Database Resources by 80% with OceanBase
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.