Replies: 1 comment
-
great question — SQL/PGQ definitely looks promising as a native alternative, and it's exciting that it's now part of the SQL:2023 standard. that said, there are two caveats worth surfacing early:
so yeah — PGQ might be a cleaner long-term path, but worth sanity-checking how much reasoning fidelity you'd be trading off before jumping ship from AGE. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello LightRAG team!
PostgreSQL 18 (scheduled for release in September 2025) introduces native support for SQL Property Graph Queries (SQL/PGQ) via the SQL:2023 standard. This feature enables graph traversals directly within PostgreSQL using syntax like
GRAPH_TABLE
, eliminating the need for extensions.Given LightRAG's existing support for Apache AGE as a
graph_storage
backend:Would love to hear your perspective on whether SQL/PGQ aligns with LightRAG's future direction.
Beta Was this translation helpful? Give feedback.
All reactions