On Mon, Oct 29, 2001 at 11:09:19AM -0800, Terrence Brannon wrote:
> 
> Sumera, you seem to think that running fetchall_arrayref will make your 
> program run faster than fetchrow_arrayref... but neither is going to 
> make the retrieval of data from the database any faster. In fact, if you 
> take a look at the DBI source code, you will see that fetchall_arrayref 
> is implemented with fetchrow_arrayref. It really just makes things more 
> convenient, not faster.

Until a future release where fetchall_arrayref will magically work without
the per-row-per-method-call overhead and suddenly become many times faster...

Tim.

p.s. This only applies to drivers using the Driver.xst template code supplied
by the DBI - most compiled drivers do, pure-perl drivers don't.

Reply via email to