MySQL Forums
Forum List  »  Newbie

Re: speed issues
Posted by: Felix Geerinckx
Date: July 19, 2005 12:21AM

Aaron Rothenberg wrote:

> Am I properly indexing?

If you want us to comment on that, you need to post the output of:

1) DESCRIBE tablename \G (for all tables involved in your query)
2) SHOW INDEX FROM tablename \G (idem)
3) EXPLAIN SELECT ... \G (for your "slow" query)

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

Options: ReplyQuote


Subject
Written By
Posted
July 18, 2005 06:50PM
Re: speed issues
July 19, 2005 12:21AM


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.