Experiences of using Neo4j with large datasets?

前端 未结 3 787
情深已故
情深已故 2021-02-05 22:16

Has anyone gone any experience of using Neo4j with terabyte sized datasets? I would like to hear about your expereinces with how Neo4j performs

3条回答
  •  独厮守ぢ
    2021-02-05 22:30

    I use neo4j for handling the graph with 4 000 000 nides and 42 000 000 edges and it works great.

    Have tried to find the shortest path between two random nodes and it took less than 100 ms. Retrieving the neighborhood of a neighbor, including friends, friends of friends and friends of friends of friends also takes almost no time while the relational database on same machine allows you to go for a lunch until it executes.

提交回复
热议问题