Dandandan commented on issue #5276:
URL: 
https://github.com/apache/arrow-datafusion/issues/5276#issuecomment-1434487882

   The benchmark though should add parallelism by repartitioning after scanning 
- so I would expect aggregates to be executed in parallel (even though the scan 
won't be).
   
   Distinct count might be mostly slow as the current implementation is very 
allocation-heavy.
   
   An additional suggestion to better performance on the benchmark is to add a 
target-cpu configuration which might yield a ~10% improvement - currently it 
compiles with the default target.


-- 
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]

Reply via email to