You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closing as this should be much better now (@dvdobrovolskiy, it would be great if you could confirm against a recent nightly) There will still be some client eval. for the sub-queries in projections, but we are tracking that as part of #4007
Query is like that
In SQL profiler I see multiple separate queries (open per first level query row then open per second query row)
like
and so on. lots of separate queries. And it takes tremendous amount of time (like minute on where main table is 90 rows long).
Is any way EntityFramework to translate in one sql query?
The text was updated successfully, but these errors were encountered: