|
|
| There's more than one way to do things | |
| PerlMonks |
Re^3: fastest method to use DBIby perrin (Chancellor) |
| on Jul 07, 2009 at 15:34 UTC ( [id://777909]=note: print w/replies, xml ) | Need Help?? |
|
I suspect what the OP saw was something about fetchall_arrayref bering the fastest way to fetch all the data, which is true since it doesn't require looping in perl. However, fetchall_arrayref doesn't work with bind_columns. Also, since the OP is only after a single row, there is no advantage to fetchall_arrayref.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||||||