You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "Dandandan (via GitHub)" <gi...@apache.org> on 2023/02/17 11:09:51 UTC

[GitHub] [arrow-datafusion] Dandandan commented on issue #5276: Update benchmmarks on clickbench

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org