jayzhan211 commented on issue #24768: URL: https://github.com/apache/datafusion/issues/24768#issuecomment-5466324701
#24779 is the first step, pinning down today's behaviour — the join OOMs at default settings, and the only workaround (`prefer_hash_join=false`) costs 3.2x on a join that would have fit in memory. Every follow-up PR in this epic builds on it: re-running the benchmark says whether the OOM is gone, and what it costs. -- 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]
