jonathanc-n commented on PR #16660:
URL: https://github.com/apache/datafusion/pull/16660#issuecomment-3177822331

   @2010YOUY01 Wouldn't you need to use a cost model to estimate which one to 
use though when both are viable? For example, the Hash Join (do the 
equi-condition then the residual filter) vs. PWMJ (do the filter, then the equi 
condition residual). You could esimate the selectivity for the equi predicate 
vs. residual predicate, and also factor in whether the key is sorted. 
   
   
   Sorry if i misinterpreted this
   


-- 
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

Reply via email to