MySQL Forums
Forum List  »  Optimizer & Parser

Re: Slow LEFT JOIN!
Posted by: Rick James
Date: November 19, 2011 12:42AM

ANALYZE TABLE Fin2011;
ANALYZE TABLE FkdIkp;
SHOW TABLE STATUS FkdIkp;
SHOW TABLE STATUS Fin2011;
EXPLAIN SELECT ... (for each SELECT)
SHOW VARIABLES LIKE '%buffer%';
How much RAM do you have?

Options: ReplyQuote


Subject
Views
Written By
Posted
3189
November 18, 2011 04:18AM
Re: Slow LEFT JOIN!
1104
November 19, 2011 12:42AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.