alamb commented on PR #20097: URL: https://github.com/apache/datafusion/pull/20097#issuecomment-3837863864
The TPCDS improvements are plausible as they have CASE in them > │ QQuery 4 │ 2034.46 ms │ 1923.87 ms │ +1.06x faster │ https://github.com/apache/datafusion-benchmarks/blob/32f67477f692453616d2fa98a05a37c5eb4cae49/tpcds/queries/q4.sql#L108-L111 > │ QQuery 40 │ 183.70 ms │ 174.28 ms │ +1.05x faster │ https://github.com/apache/datafusion-benchmarks/blob/32f67477f692453616d2fa98a05a37c5eb4cae49/tpcds/queries/q40.sql#L7-L10 > │ QQuery 95 │ 262.82 ms │ 248.53 ms │ +1.06x faster │ > │ QQuery 96 │ 122.59 ms │ 113.89 ms │ +1.08x faster │ These ones don't have case https://github.com/apache/datafusion-benchmarks/blob/main/tpcds/queries/q95.sql https://github.com/apache/datafusion-benchmarks/blob/main/tpcds/queries/q96.sql 🤷 -- 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]
