Query :: we are adding redundant navigation joins to query in some cases, resulting in correct but unnecessarily complex queries #6609
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
Milestone
using GearsOfWar model:
produces the following query model (after navigation expansion)
Basically we join CogTag twice even though it's the same reference. Problem is that second time CogTag is used inside a subquery and we are not smart enough to associate those two together. This causes additional join and therefore (currently) additional query issued to the database:
The text was updated successfully, but these errors were encountered: