Subject | Re: [firebird-support] Bulk Insert Skript |
---|---|
Author | Ivan Prenosil |
Post date | 2008-07-13T15:36Z |
>I have an SQL script that inserts a few thousand rows into my FirebirdCommit every insert only if you have good reason to do so.
> 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?
(From your short description I would say NO)
Ivan