Dandandan commented on issue #16425: URL: https://github.com/apache/datafusion/issues/16425#issuecomment-4097277005
https://github.com/apache/datafusion/pull/20999 This has a single join implementation. So far (as measured on SF=1) I could only see a difference in one of the queries ```│ QQuery 23 │ 1027.12 / 1037.06 ±7.15 / 1046.92 ms │ 759.41 / 772.14 ±10.11 / 785.12 ms │ +1.34x faster │``` I am not sure, perhaps we should also change some planning side things in order to use it more often. -- 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]
