The batch-inserter slowdown is a regression in 2.0.0 and currently worked on.
How often do you have to run the import? Michael Am 17.12.2013 um 14:49 schrieb Abhishek Gupta <[email protected]>: > > On 16 December 2013 06:21, Michael Hunger <[email protected]> > wrote: > Can you show the output from the import run? > > I used the code available here - > https://github.com/mybyte/tools/tree/master/Turtle%20loader. I run > BatchExecutable which uses Neo4jDBBatchHandler as the handler. I add > parameter -Xmx3200m to the jvm arguments. It takes about a minute and half to > add three million triples in an empty database at 30000 triples per second, > but takes more than 5 minutes to execute db.shutdown(). This shutdown becomes > the bottleneck when I am not using an empty graph. > > The other approach as I found was available on > https://github.com/oleiade/dbpedia4neo and BatchInserter, which is much > slower as it doesn't use BatchInserter. > > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
