MySQL Forums
Forum List  »  Performance

Re: Time performance in query Inner Join
Posted by: Rick James
Date: July 09, 2011 04:54PM

Quote

When you precede a SELECT statement with the keyword EXPLAIN, MySQL displays information from the optimizer about the query execution plan. That is, MySQL explains how it would process the SELECT, including information about how tables are joined and in which order.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Time performance in query Inner Join
1235
July 09, 2011 04:54PM


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.