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

Optimize subquery decorrelation in calcite. #521

Closed
Tracked by #278
liurenjie1024 opened this issue Feb 24, 2022 · 1 comment
Closed
Tracked by #278

Optimize subquery decorrelation in calcite. #521

liurenjie1024 opened this issue Feb 24, 2022 · 1 comment
Assignees

Comments

@liurenjie1024
Copy link
Contributor

liurenjie1024 commented Feb 24, 2022

Currently calcite's subquery decorrelator generates plan with too much nested loop join, and we need to figure out a way to optimize it.

@liurenjie1024 liurenjie1024 mentioned this issue Feb 24, 2022
2 tasks
@liurenjie1024 liurenjie1024 self-assigned this Feb 24, 2022
@liurenjie1024
Copy link
Contributor Author

After some investigation, we should port flink's implementation to our system.

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