-
Type: New Feature
-
Resolution: Fixed
-
Priority: Blocker - P1
-
Affects Version/s: None
-
Component/s: None
-
None
-
Minor Change
-
QE 2022-04-04, QE 2022-04-18
-
146
Currently, mongodb queries run with 'allowDiskUse' set to false by default. This causes queries to fail when a blocking operator exceeds a certain memory limit, rather than spilling to disk.
It would make more sense to have 'allowDiskUse' be opt-out (default=true) rather than opt-in. This would require a number of changes, not just in the server, but also in atlas (for example, on the free tier we'd probably want to continue to disable spilling altogether).
This ticket is meant to track the discussion around switching the default of allowDiskUse.
- causes
-
SERVER-65888 Failing multiversion tests after the default for allowDiskUse has changed
- Closed
-
SERVER-66830 Allow views_aggregation.js to run in multi-version suites
- Closed
- related to
-
SERVER-65467 Change lookup_pushdown.js to allow disk use by default
- Closed
-
SERVER-77866 clean up sortb.js
- Closed