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

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

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

   > 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).
   
   I recently look at Datafusion vs DuckDB for our use cases and one of query is a variant of ClickBench q23.
   - Datafusion v19.rc1: 12s
   - DuckDB v0.6.1: 0.6s (20x faster)
   
   it aligns with "scan is not in parallel yet"
   More detail here: https://github.com/apache/arrow-datafusion/issues/5404


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