Hi all,
I'm included a piece of a discussion that was had on the Perl DBI
mailing list a while back. A new feature was added that enable
applications to pass off arrays of placeholder values for each
placeholder in a prepared SQL statement instead of only a single value
for each placeholder.
This meant a significant speed-up for things like large INSERT
statements.
My question is does Postgres have the necessary abilities to handle
this feature?
Thanks ahead of time,
jas.