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
I've been looking into performance issues when making a filtered request that also includes some related resource collection and pagination is enabled and I suspect the query strategy is suboptimal.
DETAILS
It seems the query that is being built will use row_number window function on the full set of related resources, filtering applied afterwards.
STEPS TO REPRODUCE
Not available yet. Working on a full reproduction as standalone repo, or possibly as fork of JsonApiDotNetCore.