Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道 AgensGraph 支持 ANSI SQL 和 Cypher 语言。 如果是这样,我可以将 ANSI SQL 用于图形数据吗?反之亦然。
我想知道的是,我应该为每个数据选择和使用语言吗?
Agensgraph 似乎没有明确表示您不能在图形上使用 SQL 或在表上使用 Cypher,但是如果您查看它们的架构,关系数据库和图形数据库几乎是完全分开的,仅共享事务/缓存层。
所以只有 Cypher 可以访问图,只有 ANSI SQL 可以访问表;因此,交叉引用两者的唯一方法是使用混合格式。
进一步阅读:文档