Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query: We force materialization of query sources for queries with GroupJoin that is not flattened by SelectMany #7884

Closed
maumar opened this issue Mar 15, 2017 · 1 comment
Labels
area-perf area-query closed-out-of-scope This is not something that will be fixed/implemented and the issue is closed. type-enhancement

Comments

@maumar
Copy link
Contributor

maumar commented Mar 15, 2017

Currently for queries that contain GroupJoin clause, which is not afterwards flattened by a SelectMany, we force materialization on both outer and inner query sources. This is because for the client _GroupJoin method we don't always know how to properly divide inners into groups - specifically, when the outer (key) is not present in the final projection.

This is to track remaning work after fixing #6647, where we stopped materializing query sources for queries with GroupJoins wrapped in SelectMany - which are the most popular use cases, e.g. optional navigations.

@smitpatel
Copy link
Contributor

Irrelevant

@smitpatel smitpatel removed this from the Backlog milestone Mar 10, 2020
@ajcvickers ajcvickers added the closed-out-of-scope This is not something that will be fixed/implemented and the issue is closed. label Mar 10, 2022
@ajcvickers ajcvickers reopened this Oct 16, 2022
@ajcvickers ajcvickers closed this as not planned Won't fix, can't repro, duplicate, stale Oct 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-perf area-query closed-out-of-scope This is not something that will be fixed/implemented and the issue is closed. type-enhancement
Projects
None yet
Development

No branches or pull requests

3 participants