dotnet / dotnet/efcore

Share optimizations between relational and non-relational providers

Open
#34,152 4 comments 2 reactions 0 assignees View on GitHub
area-query customer-reported
Dominant language
C#
Stars
14.8k
Forks
3.4k
PR merge metrics
PR metrics pending

Description

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`.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.