i want to store some data in my neo4j database. i use spring-data-neo4j for that.
my code is like the follow:
for (int i = 0; i < newRisks.siz
Do inserts into your database (outside of Java) have the same delay or is this a problem only through spring data?