The neo4j docs state that user defined procedures/functions get given a transaction context automatically.
I'm wanting to create ~3 million nodes in this transaction that would sensibly be better split across multiple transactions. I'm essentially w...