Replies: 6 comments
-
有一些图数据库厂商自己会发布一些测试报告,比如 https://www.galaxybase.com/report/developer 看着效果好像还可以 |
Beta Was this translation helpful? Give feedback.
-
《我在学习和实践图数据库 Neo4j 的漫漫成长路》https://vancir.github.io/the-journey-of-learning-neo4j.html |
Beta Was this translation helpful? Give feedback.
-
昨天尝试了一天发现效果不明显,决定还是先引入最短路径,减少节点数量和环的出现,来临时解决问题。 |
Beta Was this translation helpful? Give feedback.
-
利用最短路径优化了一下,具体代码见分支 https://github.com/BytecodeDL/ByteCodeDL/tree/cha-optimization |
Beta Was this translation helpful? Give feedback.
-
查找两点之间的所有路径是个NP hard问题,我觉得可以尝试使用启发式算法,返回有限条路径,有空的可以研究研究 |
Beta Was this translation helpful? Give feedback.
-
neo4j可以参考tabby来为neo4j建立索引的方案。 |
Beta Was this translation helpful? Give feedback.
-
在使用中发现,如果数据量一大,查询的调用步数一多,就查不出结果了,不知道对图数据库优化能不能解决这个问题
优化的方向有这么几个
有没有这方面有经验,或者对这感兴趣的同学,可以帮忙动手测试一下 🙌
Beta Was this translation helpful? Give feedback.
All reactions