alamb commented on PR #16105: URL: https://github.com/apache/datafusion/pull/16105#issuecomment-2891864844
```shell ./bench.sh run clickbench_extended ... Q8: SELECT "RegionID", "UserAgent", "OS", AVG(to_timestamp("ResponseEndTiming")-to_timestamp("ResponseStartTiming")) as avg_response_time, AVG(to_timestamp("ResponseEndTiming")-to_timestamp("ConnectTiming")) as avg_latency FROM hits GROUP BY "RegionID", "UserAgent", "OS" ORDER BY avg_latency DESC limit 10; Query 8 iteration 0 took 712.4 ms and returned 10 rows Query 8 iteration 1 took 674.1 ms and returned 10 rows Query 8 iteration 2 took 705.6 ms and returned 10 rows Query 8 iteration 3 took 686.4 ms and returned 10 rows Query 8 iteration 4 took 693.0 ms and returned 10 rows Query 8 avg time: 694.29 ms Done ``` -- 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-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org