|
|
|
|
|
by lolive
1995 days ago
|
|
Performance issues are a very valid discussion.
But to me, the availability of a graph-oriented query language on top of this graph variant of SQLite is, imho, the very first step to investigate.
(RDF import/CSV import being next) |
|
- SQL/PGQ, a property graph query extension to SQL is planned to be released next year as part of SQL:2021.
- GQL, a standalone graph query language will follow later.
While it is a lot of work to design these languages, both graph database vendors (e.g. Neo4j, TigerGraph) and traditional RDBMS companies (e.g. Oracle [2], PostgreSQL/2ndQuadrant [3]) seem serious about them. And with a well-defined query language, it should be possible to build a SQL/PGQ engine in (or on top of) SQLite as well.
[1] https://www.linkedin.com/pulse/sql-now-gql-alastair-green/
[2] http://wiki.ldbcouncil.org/pages/viewpage.action?pageId=1062...
[3] https://www.linkedin.com/pulse/postgresql-oracle-graph-query...