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

✨ Evaluation Elimination #1984

Closed
joocer opened this issue Sep 6, 2024 · 0 comments · Fixed by #2049
Closed

✨ Evaluation Elimination #1984

joocer opened this issue Sep 6, 2024 · 0 comments · Fixed by #2049

Comments

@joocer
Copy link
Contributor

joocer commented Sep 6, 2024

If an evaluation isn't used, it may be able to be avoided, something like:

SELECT column 
FROM
   (
       SELECT MD5(column) AS hash, column
       FROM table
   )

The MD5 call isn't used so the effort to evaluate isn't wasted.

joocer added a commit that referenced this issue Oct 4, 2024
@joocer joocer mentioned this issue Oct 4, 2024
4 tasks
joocer added a commit that referenced this issue Oct 4, 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 a pull request may close this issue.

1 participant