Vedran B.’s Post

The first PostgreSQL 19 release notes draft just came out and it's big one. It looks like version 19 will have native graph SQL Property Graph Queries (SQL/PGQ). It's the part of the SQL:2023 ISO standard and provides the ability to efficiently represent and query graph data or the Property Graph Query language (PGQ). That mean in practice that we will ability to use declarative language to declare graph operations (from definitions, traversals, shorterest paths, etc) without having to resort to those ugly non declarative recursive CTEs. Just, you know, declare what you want from your graph data and that's it. Or at least that's what I'm reading from these notes. The development and advances in PostgreSQL are truly amazing. https://lnkd.in/dbzRKMQz

Looking forward to the SQL/PGQ support. We have using SQL/PGQ in Oracle for a while now. Support for SQL/PGQ in Postgres will allow other apps to utilize Graph Queries as well.

Like
Reply

To view or add a comment, sign in

Explore content categories