-
Type: Improvement
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.6.11
-
Component/s: Querying
-
None
In continuation to the Issue SERVER-27440,
The solution provides is to use
db.view.aggregate([], { allowDiskUse: true });
However if I need to query this view from external tools , which do not support any addition to the command.The view will fail.
- duplicates
-
SERVER-40456 Add allowDiskUse option to createView
- Closed