Dandandan commented on PR #22145: URL: https://github.com/apache/datafusion/pull/22145#issuecomment-4449064007
``` │ QQuery 4 │ 232.65 / 234.21 ±1.59 / 236.52 ms │ 213.86 / 215.85 ±1.58 / 218.49 ms │ +1.09x faster │ ``` Seems like the query is faster though (and memory is ~halved) so seems like a great optimization - I expect it for higher cardinality Benchmark runner might have a bit more cache and thus might not hit RAM, etc. -- 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]
