Hi,
Our use case is to load bulk data in neo4j graph after processing (not from excel or other sources). We are using Neo4j-java Asyn API to do the same.
My question is: What should be the transaction boundary? How many queries to run in one transact...