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.
我有一个要导入 Neo4j 的数据库表。我想知道 postgresql 中标准索引数据库表的性能与 neo4j 相比如何(我知道 neo4j 没有针对静态表结构进行优化,这就是我问的原因)。
这主要取决于您要在该数据集上执行的操作。对于基于集合的操作,postgres 肯定更快。但是,一旦您使用数据本地操作和大量连接,Neo4j 将比关系数据库更快。
标准:
如果您可以提供更多详细信息,则可能会给出更好的答案。但最简单的方法是自己尝试。Neo4j 入门没有问题,导入数据集也应该很容易。
高温高压
迈克尔