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