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
On a site running this package, I see a lot of logged warnings like the following.
Compiling a query which loads related collections for more than one collection navigation, either via 'Include' or through projection, but no 'QuerySplittingBehavior' has been configured. By default, Entity Framework will use 'QuerySplittingBehavior.SingleQuery', which can potentially result in slow query performance. See https://go.microsoft.com/fwlink/?linkid=2134277 for more information. To identify the query that's triggering this warning call 'ConfigureWarnings(w => w.Throw(RelationalEventId.MultipleCollectionIncludeWarning))'.
Seems like there is a performance gain to be won, if joins are replaced with query splitting.
Package versions:
Episerver.Marketing.KPI.Commerce: 3.1.1
Episerver.Marketing.Testing: 3.1.1
The text was updated successfully, but these errors were encountered:
On a site running this package, I see a lot of logged warnings like the following.
Seems like there is a performance gain to be won, if joins are replaced with query splitting.
Package versions:
The text was updated successfully, but these errors were encountered: