What is Cloud Spanner?
Answer: Spanner is a globally distributed relational database that combines horizontal write scalability with strong external consistency and full SQL support, including schemas, secondary indexes and ACID transactions across rows, tables and regions. It is the only widely-available database that offers relational semantics and horizontal scaling simultaneously.
Why interviewers ask this: The claim to explain rather than repeat is external consistency: transactions appear to occur in a global order consistent with real time, not merely serialisable. That is a stronger guarantee than most distributed databases offer and it is what TrueTime enables.
