Dandandan commented on issue #17494: URL: https://github.com/apache/datafusion/issues/17494#issuecomment-3280535980
`chain_traverse` traverses the chain for all hashes matching on the build side matching the hash on the probe side. If the build side is larger and every probe value matches many build side hashes, this algorithm is known to be not very (cache) efficient. One thing to consider is implementing a different algorithm for the 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