in reply to bind_columns OR fetchall_arrayref

I'm told that bind_columns is the fastest, because the column data can be inserted directly into the scalars, without created a list only to unpack it.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

  • Comment on •Re: bind_columns OR fetchall_arrayref