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/04/11 21:12:47 UTC

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

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

   I just run a benchmark on datafusion v22: https://github.com/ClickHouse/ClickBench/pull/97
   
   Glad that https://github.com/apache/arrow-datafusion/issues/5325 fix the regression on `q9`
   ```
   SELECT "RegionID", SUM("AdvEngineID"), COUNT(*) AS c, AVG("ResolutionWidth"), COUNT(DISTINCT "UserID") FROM hits GROUP BY "RegionID" ORDER BY c DESC LIMIT 10;
   ```
   
   || v11 | v18 | v22 |
   |-|-|-|-|
   |q9|5s|52s|3.5s|


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