in reply to Re: DBI specification change
in thread DBI specification change

Please elaborate.

--
Ilya Martynov (http://martynov.org/)

Replies are listed 'Best First'.
Re: Re: Re: DBI specification change
by perrin (Chancellor) on Jul 17, 2002 at 00:14 UTC
    The performance of fetchrow_arrayref is much better than fetchrow_array, and bind_columns is even faster. This is discussed in Tim Bunce's presentation . Basically, the less copying you do the better it performs.