Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: DBI specification change

by perrin (Chancellor)
on Jul 16, 2002 at 14:53 UTC ( [id://182098]=note: print w/replies, xml ) Need Help??


in reply to DBI specification change

Using fetchrow_array is a bad idea anyway. Much better to use fetchrow_arrayref (aliased as fetch) or the even better bind_columns.

Replies are listed 'Best First'.
Re: Re: DBI specification change
by IlyaM (Parson) on Jul 16, 2002 at 22:59 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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://182098]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-04-19 20:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found