Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Placeholder for doing design and implementation of hash based aggregation in Drill. Currently, it supports sort based aggregation. Hash aggregation involves building a hash table on the grouping columns and maintaining workspace for each of the aggregate functions in the query. This issue will focus on non-distinct aggregation for now (i.e aggregate function does not contain DISTINCT). A separate issue will be created to track distinct aggregation.