I have a huge amount of data and want to create a model in Neo4j representing this data.
It would be about 3 million nodes and more than 3 billion relationships. Building this with the Batch Inserter takes too long to import the data and then create the nodes and relationships.
The question is: can I split the huge model into two separate models and then run a cypher query that accesses the two models at the same time? If yes, how do I do it?
Oracle DB, and then loop over the returned resultset, and create the nodes.. After that I have another result set representing the connected ids that will have relationships - Mohamed E. ManSourrowFetchSizeto be something big. By default it's 10, and my Data load of a billion records took 13 hours. I set it to 10,000,000 and it now takes 20 minutes. - Nicholas