Hi All,
I am working on some data ingestion using python in neo4j.
I am using multiple transactions to run a process, if any transaction fails then it should rollback each transaction.
while I am trying to do that then performance is not good.
even a...