MySQL Forums
Forum List  »  Newbie

Re: Help optimizing query/index
Posted by: Peter Brawley
Date: March 08, 2012 12:48PM

Does an index on ratecodes_map.rate_code help?

If not, the GROUP BY across two tables may be killing performance, and you may need to build a denormalised OLAP fact table for this query and others like it.

Options: ReplyQuote


Subject
Written By
Posted
March 08, 2012 09:13AM
March 08, 2012 10:09AM
March 08, 2012 12:18PM
March 08, 2012 12:23PM
Re: Help optimizing query/index
March 08, 2012 12:48PM
March 08, 2012 02:40PM


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.