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: [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]
