Google Cloud Spanner: An Introduction
Google Cloud Spanner is a fully managed, mission-critical relational database service that offers transactional consistency at a global scale, automatic synchronous replication, and support for SQL dialects. It’s designed to combine the benefits of relational database structure with non-relational horizontal scale. Architecture Spanner uses a columnar storage schema, which allows for fast data access and …