-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Execution
Ticket SERVER-66935 only handles the case when the size of the foreign collection increases. When the execution tree has hash_lookup stage but the foreign collection is no longer eligible for it, we perform replanning and invalidate the existing plan cache entry.
The case when the foreign collection size decreases and it is again eligible for hahs_lookup is not handled.
- related to
-
SERVER-66935 Invalidate $lookup plan cache when foreign collection size changes
- Closed