Last updated on March 16, 2026
Google Cloud Spanner Cheat Sheet
- A fully managed, horizontally scalable relational database service with strong consistency, global availability, and multi-model support.
Features
- SLA availability up to 99.999% for multi-regional instances with 10x less downtime than four nines.
- Provides transparent, synchronous replication across region and multi-region configurations.
- Optimizes performance by automatically sharding the data based on request load and size of data so you can spend less time thinking about scaling your database and more time scaling your business.
- You can run instances on a regional scope or multi-regional where your database is able to survive regional failure.Â
- All tables must have a declared primary key (PK), which can be composed of multiple table columns.
- Can make schema changes like adding a column or adding an index while serving live traffic with zero downtime.
- Multi-model database: Supports relational, graph, key-value, and vector search workloads on a single database.
- Spanner Graph: Query complex relationships and connections in your data using graph processing.
- Built-in full-text search and vector search for semantic search and AI applications.
- TrueTime: Global distributed clock that guarantees strong, external consistency across regions.
- ZeroETL integration with Vertex AI for building AI-enabled applications directly on operational data.
- Data Boost: On-demand, isolated compute resources for running analytical queries without impacting transactional workloads.
- Automatic database sharding based on request load and data size for optimal performance.
- Geo-partitioning: Place data closer to users for lower latency while maintaining global consistency.
- Three editions available:
- Standard edition: Regional configurations with core capabilities
- Enterprise edition: Multi-model capabilities with enhanced operational simplicity
- Enterprise Plus edition: Highest availability (99.999% SLA), performance, and compliance for mission-critical workloads
- Database Center: Centralized fleet management with performance and security recommendations.
- Point-in-time recovery (PITR) for operational peace of mind.
- Migration tools for sharded MySQL and Cassandra workloads with minimal downtime.
Editions
- Cloud Spanner Standard:
- Regional (single-region) configurations
- Core database capabilities
- Cloud Spanner Enterprise:
- Multi-model capabilities (graph, search, vector)
- Enhanced operational simplicity
- Regional, dual-region, and multi-region configurations
- Cloud Spanner Enterprise Plus:
- Highest availability: 99.999% SLA
- Highest performance and compliance standards
- Ideal for mission-critical, global workloads
- Advanced governance and security features
Compute capacity is provisioned in processing units or nodes (1 node = 1000 processing units). Capacity is billed per replica.
Â
Spanner Graph & Search
- Spanner Graph: Build knowledge graphs that capture complex relationships between entities (nodes) and their connections (edges). Ideal for recommendation engines, fraud detection, and knowledge base systems.
- Vector search: Perform semantic similarity search on embeddings for AI and machine learning applications.
- Full-text search: Integrated keyword-based search capabilities.
- Combined queries: Blend semantic understanding, keyword retrieval, and graph traversal for comprehensive results.
Pricing
Cloud Spanner pricing is based on compute capacity, database storage, backup storage, replication, and network usage. Committed use discounts reduce compute costs.
- Compute capacity:
- Provisioned in processing units or nodes (1 node = 1000 processing units)
- Billed per hour per replica (each replica in a configuration incurs compute charges)
- Three editions available with different price points:
- Standard edition
- Enterprise edition
- Enterprise Plus edition
- Data Boost: On-demand, isolated compute for analytical workloads (billed per serverless processing unit per hour)
- Database storage:
- SSD storage: For low-latency operational workloads (billed per GB per month per replica)
- HDD storage: For less frequently accessed data with higher latency tolerance (billed per GB per month per replica)
- Storage tiering policies can automatically move data from SSD to HDD after a specified time
- Backup storage:
- Regional configurations: Billed per GB per month (includes storage in all replicas)
- Dual-region and multi-region configurations: Billed per GB per month (includes storage in all replicas)
- Replication:
- Intra-region replication: Free
- Inter-region replication: Charged per GB
- Network:
- Ingress: Free
- Intra-region egress: Free
- Inter-region egress: Charged per GB
For current pricing details, refer to the official Google Cloud Spanner pricing page.
Validate Your Knowledge
Question 1
A company has an application that uses Cloud Spanner as its backend database. After a few months of monitoring your Cloud Spanner resource, you noticed that the incoming traffic of the application has a predictable pattern. You need to set up automatic scaling that will scale up or scale down your Spanner nodes based on the incoming traffic. You don’t want to use an open-source tool as much as possible.
What should you do?
- Set up an Autoscaler infrastructure in the same project where the Cloud Spanner is deployed to automatically scale the Cloud Spanner resources according to its CPU metric.
- Set up an alerting policy on Cloud Monitoring that sends an email alert to on-call Site Reliability Engineers (SRE) when the Cloud Spanner CPU metric exceeds the desired threshold. The SREs shall scale the resources up or down appropriately.
- Set up an alerting policy on Cloud Monitoring that sends an alert to a webhook when the Cloud Spanner CPU metric is over or under your desired threshold. Create a Cloud Function that listens to this HTTP webhook and resizes Spanner resources appropriately.
- Set up an alerting policy on Cloud Monitoring that sends an email alert to Google Cloud Support email when the Cloud Spanner CPU metric exceeds the desired threshold. The Google Support team shall scale the resources up or down appropriately.
For more Google Cloud practice exam questions with detailed explanations, check out the Tutorials Dojo Portal:
Google Cloud Spanner Cheat Sheet Reference:
https://cloud.google.com/spanner
https://docs.cloud.google.com/spanner/docs/getting-started/set-up














