in reply to
Re^3: Much slower DBI on RHEL6
in thread
Much slower DBI on RHEL6
You're still doing a join on Perl side when the database ought to handle it better. Tux has optimised your Perl, but
let the database do as much as possible
to get the optimal result.
Comment on
Re^4: Much slower DBI on RHEL6
In Section
Seekers of Perl Wisdom