jonathanc-n commented on issue #17267: URL: https://github.com/apache/datafusion/issues/17267#issuecomment-3290043065
Yes the hybrid hash join described above is very similar to the grace hash join. The only difference with the hybrid hash join is that it keeps one of the partitions in memory and tries to build the hash table. Most modern query engines use the hybrid hash join. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org