You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2021/01/06 10:55:15 UTC

[GitHub] [shardingsphere] guimingyue commented on issue #8284: [New feature] Federated SQL query and Query optimization are going to sail out.

guimingyue commented on issue #8284:
URL: https://github.com/apache/shardingsphere/issues/8284#issuecomment-755231161


   @tristaZero I'm working on the optimizer in this [repo](https://github.com/guimingyue/shardingsphere) forked from apache shardingsphere. And I add an optimizer entrance class named [DefaultPlanner](https://github.com/guimingyue/shardingsphere/blob/65149fd329d343dcb7bf711fe63b02043e802e8e/shardingsphere-infra/shardingsphere-infra-optimize/src/main/java/org/apache/shardingsphere/infra/optimize/planner/DefaultPlanner.java). As many other optimizer, there is also a class containing a collection of rules. In this project, this class is [PlannerRules](https://github.com/guimingyue/shardingsphere/blob/65149fd329d343dcb7bf711fe63b02043e802e8e/shardingsphere-infra/shardingsphere-infra-optimize/src/main/java/org/apache/shardingsphere/infra/optimize/planner/PlannerRules.java)


----------------------------------------------------------------
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:
users@infra.apache.org