MySQL Forums
Forum List  »  Optimizer & Parser

aggregation in mysql
Posted by: luca ghionna
Date: February 27, 2010 11:05AM

Hi there!

my question is related to the way mysql handles the optimization of aggregate/group-by queries. Conventional database usually perform the aggregation/grouping only after all joins in the query have been consumed. However, one can easily perform "early" multiple aggregations to reduce the size of relations or to count the number of tuples one needs to solve a particular aggregate. What about mysql? Which kind of optimization is provided for aggregate/group-by queries?

Thank you!

Luca.

Options: ReplyQuote


Subject
Views
Written By
Posted
aggregation in mysql
2890
February 27, 2010 11:05AM
1698
February 28, 2010 01:48PM
2171
February 28, 2010 02:21PM


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.