xudong963 commented on issue #17719:
URL: https://github.com/apache/datafusion/issues/17719#issuecomment-3381317200

   The [dphyper 
algorithm](https://15721.courses.cs.cmu.edu/spring2020/papers/20-optimizer2/p539-moerkotte.pdf)
 for join reorder has a similar structure. I'm thinking if we can adapt this 
algorithm (It's great!), we can also leverage the structure to represent the 
join graph. 
   
   Also, there is my previous 
[implementation](https://github.com/databendlabs/databend/blob/main/src/query/sql/src/planner/optimizer/optimizers/hyper_dp/dphyp.rs#L54)


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