Is it possible for a Perl DBI script to do "buffered inserts" on db2?
Posted
by brianegge
on Stack Overflow
See other posts from Stack Overflow
or by brianegge
Published on 2010-06-01T20:05:11Z
Indexed on
2010/06/02
3:13 UTC
Read the original article
Hit count: 358
Buffered Inserts are a feature of db2 allowing one to get greater insert performance. IBM's documentation describes needing to bind this option to your application. I can't figure out if this is possible to do with the Perl DBI interface, and if it is possible, how to do it.
© Stack Overflow or respective owner