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.