Closed taliesins closed 2 years ago
Currently there is a transaction created and commited for each object that is inserted
Use batched inserts or the whole file at once where appropriate.
insert $_ isa person; $_ isa person;
Problem to Solve
Currently there is a transaction created and commited for each object that is inserted
Proposed Solution
Use batched inserts or the whole file at once where appropriate.