pmcgleenon commented on issue #13099: URL: https://github.com/apache/datafusion/issues/13099#issuecomment-2478314793
Hi @alamb here are the initial results. I've created a composite html file with results for DataFusion releases 33, 34, 36, 40 and 43 so we can compare across the previous releases. [clickbench.html.zip](https://github.com/user-attachments/files/17772483/clickbench.html.zip) **Single results** <img width="1615" alt="Screenshot 2024-11-15 at 09 08 45" src="https://github.com/user-attachments/assets/438f1fe3-4d0b-41af-abf1-3e6b7948ec90"> **Partitioned results** <img width="1613" alt="Screenshot 2024-11-15 at 09 12 14" src="https://github.com/user-attachments/assets/ae81996a-fb4d-4120-b418-136cc5edfe28"> Before running the tests I've updated the SQL to include `OPTIONS ('binary_as_string' 'true')` https://github.com/ClickHouse/ClickBench/commit/30fa096fbf47cbf48938848ff670dfabc7c11968 It looks like we've seen some significant gains across a number of queries. Are these results in line with your expectations? If so I can update the Clickbench to update it with the latest results. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
