MySQL Forums
Forum List  »  Optimizer & Parser

Re: Query with GROUP BY not using Index
Posted by: Rick James
Date: August 18, 2012 10:30PM

Can you use VARCHAR(255) instead of (256)? That would eliminate the need for "prefixing".

You really need
INDEX(wafer_name, date)

It does not make sense to GROUP BY one set of things, then ORDER BY something that is not in the GROUP BY list! Which `date` would be used for a given wafer_name??

Options: ReplyQuote


Subject
Views
Written By
Posted
2968
August 14, 2012 01:06PM
Re: Query with GROUP BY not using Index
1352
August 18, 2012 10:30PM


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.