NGA-TRAN commented on issue #17718:
URL: https://github.com/apache/datafusion/issues/17718#issuecomment-3402306943

   I’m drafting a high-level proposal focused on modular, customizable 
components:
   
   - **Join enumeration** leverages `join ranking`, `customized joins`, and 
`plan pruning`
   - **Join ranking** can be tailored to fit specific needs
   - **Plan pruning** supports early elimination of plans using custom rules or 
a cost model
   - **Cost model** is also customizable to suit different scenarios
   
   I’ll include examples for each. It should be ready for discussion in a week 
or two.
   


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

Reply via email to