On Thu, Aug 18, 2005 at 12:29:06PM +0200, Peter J. Holzer wrote: > On 2005-08-16 14:22:26 +0100, Tim Bunce wrote: > > On Tue, Jul 19, 2005 at 12:58:59PM +0200, Peter J. Holzer wrote: > > > On 2005-07-19 14:49:57 +0530, Kiran Kumar wrote: > > > > We could have an option to do Bulk Inserts .. > > > Seconded. Actually, DBIv1 already has it (look for bind_param_array in > > > the manual), > > > > And execute_array() and execute_for_fetch(). > > > > > but I think support in the DBDs is still not very good > > > > The DBI emulates the behaviour for drivers that don't have native support, > > so you can go ahead and use it in applications. > > Yes, but unless the driver has native support, you won't see much > speedup. So the incentive to use it isn't that great.
Sure. Use it, then send a patch to the driver author to add in native support, and help save the world. If the driver author doesn't have the itch to fix it then someone who has should do so. Tim.