in reply to Re: Much slower DBI on RHEL6
in thread Much slower DBI on RHEL6
while ($sth->fetch) { # bound columns # most of the time a negligible difference # but this is sometimes faster? while (DBI::st::fetchrow_arrayref ($sth) { # 'DBC'
Oh, and any chance of having DBD::Firebird tested, too?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Much slower DBI on RHEL6
by Tux (Canon) on Feb 06, 2014 at 21:10 UTC | |
by Anonymous Monk on Feb 07, 2014 at 07:22 UTC |