how to speed up insertion in neo4j from mysql?
问题 I have a dataset of 60000 items in mysql and i'm trying to insert it into neo4j. The insertion is taking place but it's taking a long time( approx. 10-15 per 3 sec). Is there any way i can speed it up? also is there any way i could give something such as unique key in neo4j so duplication indexes won't get indexed? I'm new to neo4j. I'm using neo4j 1.8 with PHP Everyman driver. 回答1: There is a nice presentation from Max De Marzi, about ETL into Neo4j. See: http://www.slideshare.net/maxdemarzi