xianyinxin opened a new pull request #24983: [SPARK-27714][SQL][CBO] Support 
Genetic Algorithm based join reorder
URL: https://github.com/apache/spark/pull/24983
 
 
   ## What changes were proposed in this pull request?
   
   Now the join reorder logic is based on dynamic planning which can find the 
most optimized plan theoretically, but the searching cost grows rapidly with 
the # of joined tables grows. This work introduce Genetic Algorithm (GA) based 
join reordering implementation in CBO.
   
   ## How was this patch tested?
   
   New UTs is added.
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to