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

Share optimizations between relational and non-relational providers #34152

Open
Tracked by #31327
ranma42 opened this issue Jul 3, 2024 · 0 comments
Open
Tracked by #31327

Share optimizations between relational and non-relational providers #34152

ranma42 opened this issue Jul 3, 2024 · 0 comments

Comments

@ranma42
Copy link
Contributor

ranma42 commented Jul 3, 2024

Many optimizations are not dependent on the specific provider or whether the underlying model is relational.

It would be convenient to have a way to share them across all of the relevant targets.
Currently this is not trivial, first of all because they operate on different types (see Microsoft.EntityFrameworkCore.Cosmos.Query.Internal.SqlExpression vs Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression.

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

2 participants