Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stitching Execution Plans #642

Closed
michaelstaib opened this issue Mar 21, 2019 · 1 comment
Closed

Stitching Execution Plans #642

michaelstaib opened this issue Mar 21, 2019 · 1 comment
Assignees
Milestone

Comments

@michaelstaib
Copy link
Member

michaelstaib commented Mar 21, 2019

Currently the stitching layer rewrites incoming queries each time. This is actually not the best approach performance-wise. We should analyze the query at the beginning and create query plan that can be cached.

In order to be able to support query plans the execution strategies need to understand an order and need to track which paths are already resolved.

Moreover, we would need to introduce a query analyzer that is able to analyze a query structure and infer from it the dependencies and execution order.

@michaelstaib michaelstaib added this to the 9.0.0 milestone Mar 21, 2019
@michaelstaib michaelstaib pinned this issue Apr 1, 2019
@michaelstaib
Copy link
Member Author

#677

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant