Hi, I made some changes to use the BatchInserter to generate the initial database. The strategy is to identify all nodes that must be inserted and after doing this I create the edges. But I still having problems, after inserting 9M of nodes the running is very slow and not reach the edges insertion. As already said the graph have 14M node and 11M edges.
I am running the JVM as follows: 'java-Xmx4g-XX:-jar-UseGCOverheadLimit qsa.jar <params>'. Information on the machine I'm using: 'Linux 2.6.38-10-46-generic # Ubuntu SMP Tue Jun 28 15:07:17 UTC 2011x86_64 x86_64 x86_64 GNU / Linux' with 4GB of RAM. The code I'm using to create the initial database is attached, the method that should be looked at is: createDB. -- Thanks, Jose Vinicius Pimenta Coletto
_______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

