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

plan, engine: get rid of trim sorts optimizer #332

Merged

Conversation

MichaHoffmann
Copy link
Contributor

This is not really an optimizer in a way since it changes the meaning of the query. Its more an engine feature that we can do this since the engine itself does the sorting when presenting results. Every optimizer can expect that; thats why it makes sense just to get rid of sorts before even doing optimizations.

@MichaHoffmann MichaHoffmann force-pushed the mhoffm-trim-sort-is-engine-precondition-and-not-an-optimizer branch from 9702bcd to c2b1118 Compare November 25, 2023 13:10
Copy link
Collaborator

@fpetkovski fpetkovski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice 👍

@yeya24 yeya24 merged commit 687324c into main Nov 26, 2023
6 checks passed
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.

3 participants