
The strongly consistent global database: relational SQL that scales like NoSQL — the technology that runs Google.
Spanner is the database that wasn't supposed to exist: relational, ACID transactions, strong consistency — AND global distribution with unlimited horizontal scalability and 99.999% availability. Google uses it for Gmail and YouTube; TrueTime (atomic clocks in the data centers) is the trick that makes it possible.


Spanner costs like Spanner: it's needed where the scale+consistency pair is non-negotiable — otherwise AlloyDB.
Keys and interleaving designed for sharding: the design decides the performance.
You start from 0.1 nodes: the entry is softer than people think.
The PG dialect reduces the cognitive lock-in: developers feel at home.
Spanner offers ACID transactions with external consistency at planetary scale: TrueTime (atomic clocks+GPS) timestamps transactions with bounded uncertainty, data is divided into automatically rebalanced splits, multi-region configurations write in one continent and read everywhere with a 99.999% SLA. It speaks PostgreSQL (interface) and GoogleSQL, scales by processing units (starting from 100 PUs), and change streams feed the events.
The seat sold only once, worldwide.
Consistent balances without nightly reconciliations.
Millions of users, a single state of the world.