Let's pretend that I have 1,000,000 rows to insert data and I don't care about data loss.
How much faster would 1 commit after 1,000,000 rows be rather than 1 commit every 100,000 rows?
Same question for updates and deletes.
How can I change the commit size? i.e. don't commit the transaction until you have processed XXX number of rows?