in reply to
Speed up DBD::MySQL Queries
Is there an index on the key columns?
Skeeve
is right though, the query will likely go faster if you use a single SQL statement with table joins.
Comment on
Re: Speed up DBD::MySQL Queries
In Section
Seekers of Perl Wisdom