On 2006-11-06 11:58:44 -0000, [EMAIL PROTECTED] wrote:
> I'm currently, for speed, using execute, bind_columns, fetch. 
> However, the number of columns I will be fetching is going to 
> increase. This is a pita for defining bind variables etc.
> So, given that speed is paramount, should I continue with this 
> method or should I switch to fetch hashref?

This is a question only you yourself answer.

Rewrite your code to use hashref.

*Measure* how much slower it is.

Decide whether the performance is sufficient for your purposes.

        hp


-- 
   _  | Peter J. Holzer    | If I wanted to be "academically correct",
|_|_) | Sysadmin WSR       | I'd be programming in Java.
| |   | [EMAIL PROTECTED]      | I don't, and I'm not.
__/   | http://www.hjp.at/ |   -- Jesse Erlbaum on dbi-users

Attachment: pgpeJWrjkpFQe.pgp
Description: PGP signature

Reply via email to