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

feat: Implement cost-based optimizer to avoid regressions #591

Closed
wants to merge 6 commits into from

Conversation

andygrove
Copy link
Member

@andygrove andygrove commented Jun 20, 2024

Which issue does this PR close?

Closes #571

Rationale for this change

We want to avoid performance regressions for queries where Comet cannot run fully native and adds too much overhead with transitions.

What changes are included in this PR?

How are these changes tested?

@andygrove andygrove changed the title [WIP] feat: Implement cost-based optimizer to avoid regressions feat: Implement cost-based optimizer to avoid regressions Jun 20, 2024
@andygrove andygrove closed this Jun 25, 2024
@andygrove andygrove reopened this Jun 26, 2024
@andygrove andygrove closed this Jun 30, 2024
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

Successfully merging this pull request may close these issues.

Avoid transition to Comet in some cases if the overhead of R2C and C2R outweighs the benefit
1 participant