-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: MapReduce
-
None
-
Query Optimization
I don't need permanent outputs, so I switched to inline. Now the whole
map/reduce result is returned. Before I had the chance to query the
tmp collection with find(),sort() and limit(). Is there any way to
sort and limit the output of an inline map/reduce?
In my case I have like 10,000 items at my inline output, and I don't
want to crop it with my client language to 10 results.
Might be an improvement to offer something to do this.