-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: Linq
-
None
-
Dotnet Drivers
In CSHARP-5241 we made changes to create better MQL for `Join`.
Initially I thought we could treat `GroupJoin` the same way but it's looking like the scenario is different enough that the same optimizations can't apply.
This ticket is to separate any work related to `GroupJoin` from the original `Join` work.
It is unclear whether we can generate bettter MQL for `GroupJoin` then we already are, so the first task of this ticket is to investigate that.
- is related to
-
CSHARP-5241 Refactor Join implementation
- Closed