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 nested scalar SELECT #34314

Open
ranma42 opened this issue Jul 29, 2024 · 0 comments
Open

Optimize nested scalar SELECT #34314

ranma42 opened this issue Jul 29, 2024 · 0 comments

Comments

@ranma42
Copy link
Contributor

ranma42 commented Jul 29, 2024

Sometimes EFCore emits nested SELECTs over scalar values as in #34262 (review)

The could be simplified away for legibility and to allow further simplifications of the expressions.

The scalar case should be simple to recognize and fold away.

@roji roji added this to the Backlog milestone Aug 9, 2024
@ranma42 ranma42 changed the title Optimize nested SELECT Optimize nested scalar SELECT Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants