-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
25
Consider the following scenario:
- Open change stream cursor C on collection V.
- Create a non-materialized view V
- Now C is no longer valid, because change streams on views are not supported.
- But calling next() on the cursor will hang indefinitely.