in reply to DBI and transactions
When the row is inserted it first written to the transaction log. Then when commit() is called it is moved from the transaction log to the permanent location, hence the need to have a properly sized transaction log if you need to run large transactions.
Michael
|
|---|