Subject | Bulk Insert Skript |
---|---|
Author | Stefan Heymann |
Post date | 2008-07-13T14:15:30Z |
I have an SQL script that inserts a few thousand rows into my Firebird
database.
It will run when nobody else is connected to the database and when
there are no other transactions running concurrently.
Execution time does NOT matter.
Is it better to COMMIT every single insert?
Regards
Stefan
database.
It will run when nobody else is connected to the database and when
there are no other transactions running concurrently.
Execution time does NOT matter.
Is it better to COMMIT every single insert?
Regards
Stefan