One Trick To Improve EF Core Performance Using Query Splitting
TL;DR: Add .AsSplitQuery() to any EF Core query that eagerly loads multiple collection navigations. It eliminates the Cartesian explosion… Continue reading on Medium » TL;DR: Add .AsSplitQuery() to any EF…