Subject: | Implement bulk operations via DBI's execute_array interface |
DBD modules can override DBI's default implementation of execute_array
(and bind_param_array) to use an optimised bulk operation to perform the
action.
DBD::Oracle does not seem to do this, although I have seen a patch
posted as early as 2003 on the perl-DBI-dev mailing list apparently
implementing this feature (See:
http://aspn.activestate.com/ASPN/Mail/Message/perl-DBI-dev/1686549 )
This could be a great benefit for scripts inserting large amount of data
into a database.