Google Cloud Announces General Availability of Spanner Graph with Full GQL Support

Google Cloud announced the general availability of Spanner Graph, a feature that brings graph database capabilities to the globally distributed Cloud Spanner service. This update allows developers to model and query complex relationships using the ISO standard Graph Query Language while maintaining the industry-leading availability and consistency of Spanner. The integration eliminates the need for separate database silos by allowing SQL and GQL to operate on the same data structures. The engine is designed to handle massive datasets with billions of nodes and edges, scaling horizontally across Google’s infrastructure. This capability is particularly useful for applications requiring deep link analysis such as fraud detection and identity resolution. Furthermore, Spanner Graph integrates with Vertex AI, enabling users to combine structured graph data with vector search for more accurate retrieval-augmented generation in AI workflows.
Comparison
| Aspect | Before / Alternative | After / This |
|---|---|---|
| Data Modeling | Separate SQL tables and Graph DB silos | Unified Relational and Graph models in one DB |
| Query Language | SQL only or proprietary graph languages | Interoperable SQL and ISO standard GQL |
| Consistency | Eventual consistency across synced databases | Strict serializability for both SQL and Graph |
| Maintenance | Complex ETL pipelines for data synchronization | Zero-ETL graph views over existing tables |
Source: Google Cloud Blog
This page summarizes the original source. Check the source for full details.