Your joins are probably not using indexes and the tables could be joining in
an inefficient order.  Try running an explain on your query to see how it is
being done.



-----Original Message-----
From: Steve Quezadas [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 21, 2003 1:31 AM
To: [EMAIL PROTECTED]
Subject: Joins are damn slow. . .


Maybe I'm a bit naive in saying this but. . .

SQL joins are damn slow!


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to