Currently, the external sorter is used by foreground index builds and several aggregation stages. The use of the external sorter ignores whether the storage engine is "in memory", which means that by default the external sorter will spill to disk even when using an inMemory storage engine.
- related to
-
SERVER-73717 When using in-memory storage engine spill to disk doesn't always work
- Closed