MySQL Forums
Forum List  »  Performance

Re: Count massively faster than select on same query, why?!?!
Posted by: John
Date: August 03, 2006 02:32PM

Thanks Bob.
Actualy, the real query is select * from... , and the fast count is select count(*) from.... I am going to play around with the query some more to see if I can work out the problem , but I am right in saying that even the count query has to do the same work to select the correct rows in the first place?

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.