2010YOUY01 commented on issue #22710:
URL: https://github.com/apache/datafusion/issues/22710#issuecomment-4610995890

   @kumarUjjawal Thank you. I’m currently working on splitting out the partial 
and final aggregation paths. There are a few related paths as well, and I’m 
still figuring out the best way to organize the refactor.
   
   - https://github.com/apache/datafusion/pull/22729
   
   One orthogonal path you could try is the case where the input is already 
ordered by the grouping keys. Today, `GroupsHashAggregation` still performs 
regular hash aggregation there, with eager output for memory efficiency. That 
path may be worth specializing further for performance.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to