Back to news
data Priority 4/5 4/19/2026, 11:05:37 AM

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

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

Google Cloud has officially released Cloud Spanner Graph, a new capability that adds graph database features to its globally distributed relational database service. This update introduces support for GQL, the new international standard for graph queries, allowing developers to query interconnected data with high performance. The integration enables users to mix SQL and GQL within a single transaction, bridging the gap between relational structures and complex network modeling. By leveraging Spanner's underlying architecture, the graph functionality inherits massive scalability and 99.999 percent availability without the need for manual sharding. This launch is particularly significant for enterprises handling fraud detection, recommendation systems, or identity resolution, as it eliminates the need to maintain separate database clusters for different data models. The service also features native integration with Vertex AI, facilitating advanced analytics by combining graph relationships with vector search and machine learning models in a unified environment.

#googlecloud#spanner#gql#graphdatabase

Comparison

AspectBefore / AlternativeAfter / This
Query LanguageStandard SQL onlyInteroperable SQL and ISO GQL
Data ModelingRelational tables with JOINsNodes and Edges mapped to tables
IntegrationETL required for Graph toolsNative Graph processing in Spanner
ConsistencyTransactional within RDBMSTransactional across Graph and Relational

Source: Google Cloud Blog

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

Related