-
Type:
Improvement
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: 2.6.6
-
Component/s: MapReduce
-
Query Execution
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
The mapper may generate lots of items and each item is kept in-memory at this state. It would be crashed when run out of memory.
NOTE: Skip the checking when using v8 engine (_jsMode: true). The best way is checking at emit function and transfers in memory storage to temp collection. Current state is checking at each document handled because the framework flow designed.
- links to