One Trick To Improve EF Core Performance Using Query Splitting
Share

TL;DR: Add .AsSplitQuery() to any EF Core query that eagerly loads multiple collection navigations. It eliminates the Cartesian explosion…

 

 TL;DR: Add .AsSplitQuery() to any EF Core query that eagerly loads multiple collection navigations. It eliminates the Cartesian explosion…Continue reading on Medium » Read More Dotnet on Medium 

#dotnet

By ali

Leave a Reply