Hello,
How much is the performance improvement if using PGLoader instead of a normal SQL Insert ?
I know, this can vary but I'd like to have an esteem.
Many thanks
Pio Pio
PGLoader performance
Re: PGLoader performance
Hello Pio Pio
Timing performance of the usual records insert to the table via "insert" is much less than the one via PgLoader, in some cases in 100 times.
You can ensure yourself, for quickness, using the demo sample
...\Demos\Win32\PgDacDemo\PgDacDemo.dpr
the Loader item.
Timing performance of the usual records insert to the table via "insert" is much less than the one via PgLoader, in some cases in 100 times.
You can ensure yourself, for quickness, using the demo sample
...\Demos\Win32\PgDacDemo\PgDacDemo.dpr
the Loader item.