Import of large dataset in Neo4j taking really long (>12 hours) with Neo4j import tool

前端 未结 2 1858
逝去的感伤
逝去的感伤 2021-01-20 09:29

I have a large dataset (about 1B nodes and a few billion relationships) that I am trying to import into Neo4j. I am using the Neo4j import tool. The nodes finished importing

2条回答
  •  感动是毒
    2021-01-20 09:52

    Have a look at the batch importer I wrote for a stress test:

    https://github.com/graphaware/neo4j-stress-test

    I used both neo4j index and in memory map between two commit. It is really fast and works for both version of neo4j.

    Ignore the tests and get the batch importer.

提交回复
热议问题