Unwanted materialization of intermediate query in some cases #13900
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
customer-reported
type-enhancement
Milestone
In the code below, if we uncomment the line
We'll see materialization of
LastOrder
s. Even worse, that happens in a select N+1 manner, one by one in queries like:Steps to reproduce
Further technical details
EF Core version: 2.1.4
Database Provider: Microsoft.EntityFrameworkCore.SqlServer
Operating system: Win10
IDE: Vs2017 15.8.9
The text was updated successfully, but these errors were encountered: