MySQL Forums
Forum List  »  Newbie

Re: SELECT takes 20 seconds
Posted by: Felix Geerinckx
Date: June 17, 2005 11:57AM

Tony Galan wrote:

> Any tips on how to speed things up?

Not unless you show

1) DESCRIBE yourtable;
for all tables involved in your SELECT

2) EXPLAIN SELECT ....;
for your query

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

Options: ReplyQuote


Subject
Written By
Posted
June 17, 2005 11:38AM
Re: SELECT takes 20 seconds
June 17, 2005 11:57AM


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.