neo4j 具有数千条边
我需要一个强大的数据库来经常查询数千个节点,每个节点大约有 2000 个边。
neo4j 能够管理这些关系吗?我必须寻找其他解决方案吗?
I need a strong database to query very often with some thousands of nodes, and about 2000 edges each for each node.
Is neo4j able to manage these relationships? Do I have to find another solution?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,这对于 Neo4j 来说没有问题,它正在运行具有数百万或数十亿个节点和关系的图表。
您可以通过导入图表轻松创建 PoC [概念验证],然后对其运行您感兴趣的操作。
您能否描述一下域模型和用例/操作的更多细节?
Yes this is no problem with Neo4j, it is running graphs with millions or billions of Nodes and Relationships.
You can easily create a PoC [Proof of Concept] by importing your graph and then run the operations on it that you're interested in.
Could you perhaps describe some more details of the domain model and the use-cases/operations?