Back to news
data Priority 4/5 4/23/2026, 11:05:09 AM

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

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.

#googlecloud#spanner#gql#graph-database

Comparison

AspectBefore / AlternativeAfter / This
Data ModelingSeparate SQL tables and Graph DB silosUnified Relational and Graph models in one DB
Query LanguageSQL only or proprietary graph languagesInteroperable SQL and ISO standard GQL
ConsistencyEventual consistency across synced databasesStrict serializability for both SQL and Graph
MaintenanceComplex ETL pipelines for data synchronizationZero-ETL graph views over existing tables

Source: Google Cloud Blog

This page summarizes the original source. Check the source for full details.

Related