-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: 2.1.1
-
Component/s: Aggregation Framework
-
None
-
Environment:OSX 10.6, Java, mongodb is built from Dec. 15 master branch.
-
OS X
Overall new aggregation framework is faster than map-reduce in our application. But when I tried to further improve the performance by sending multiple aggregation commands in multiple threads, then get the final aggregation done in app space, I noticed each thread will load lot of data to memory which makes each command take minutes to finish. (I do have index on sort key)
- depends on
-
SERVER-3832 aggregation: early $sort should be optimized to use an index if possible
- Closed
- is depended on by
-
SERVER-4507 aggregation: optimize $group to take advantage of sorted sequences
- Backlog