MySQL Forums
Forum List  »  Performance

Re: Subset Query Speed Help from .46 second to 7 minutes!
Posted by: Felix Geerinckx
Date: August 11, 2005 10:04AM

Brian Pilati wrote:

> > 2) 'SHOW INDEX FROM <table> \G' for all tables involved
>
> Indexes are shown with the table creations above.

The SHOW INDEX command gives extra info. Please post the output of the command.

> > 3) 'EXPLAIN <query> \G' for the three queries

I meant: execute the command 'EXPLAIN SELECT ....' for each of the three queries and post the output.
But please use \G instead of ; at then end of the command to keep the output readable.

--
felix
Please use BBCode to format your messages in this forum.

Options: ReplyQuote




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.