Subject Re: [firebird-support] Insert Statement Taking Time With TimeStamp values
Author Ann W. Harrison
Vishal Tiwari wrote:
> Why insert statement execution takes time for 2000 records.
>

How much time?

Generally, preparing the insert statement once and passing
just the data on subsequent calls is faster than generating,
parsing, compiling, optimizing, and executing a series of
separate statements. Running each statement in its own
transaction is slower still.

Best regards,

Ann