Why is neo4j's insert speed so low in this example?
问题 I wanted to test insert speed with the latest spring-data neo4j 4 . I modified the movies example to make things simple and comparable. Try running the test class: movies.spring.data.neo4j.repositories.PersonRepositoryTest here. It takes 5sec to add 400 nodes in this example. https://github.com/fodon/neo4j-spring-data-speed-demo This is a speed test with the older version of neo4j https://github.com/fodon/gs-accessing-data-neo4j-speed The hello.Application class is about 40x faster than