Details
-
Improvement
-
Resolution: Done
-
Major - P3
-
None
-
None
-
None
-
Query Optimization
Description
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.