-
Type: New Feature
-
Resolution: Duplicate
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Querying
-
None
-
Environment:n/a, but my environment is:
db version v1.4.0, pdfile version 4.5
Wed Apr 7 10:26:43 git version: 514f8bbab657c1dc110d45eea6ea33de296dbb26
On amd64
It would be nice if MongoDB provided some way to output results of a standard query to a collection. With MapReduce, this is already possible (and in fact the only way to get to your results). I like to have this, because I am developing an application that allows users to 'chain' several small scripts than perform operations on the database, and each of them has to pass the query result to the next script. The roundtrips of data between my server and the database server take up way too much time, while the data can easily stay within the database server if this feature is implemented. It also seems as if this is not very difficult to implement...