Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: mysql's join too slow; using Perl to compare two tables

by converter (Priest)
on Feb 05, 2006 at 15:27 UTC ( [id://528074]=note: print w/replies, xml ) Need Help??


in reply to mysql's join too slow; using Perl to compare two tables

Are you using indices, and if so, are you certain that the database is doing index scans instead of sequential scans in your query? Before you give up on MySQL and try to solve the problem with Perl, you should have a look at the EXPLAIN and ANALYZE statements.

Since you didn't mention which version of MySQL you're using, I'll take a guess and include Optimizing Queries with EXPLAIN for versions 3.23 through 4.1.

  • Comment on Re: mysql's join too slow; using Perl to compare two tables

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://528074]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2024-04-20 00:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found