Details
-
Improvement
-
Resolution: Duplicate
-
Major - P3
-
None
-
None
-
None
Description
This would be useful for doing data migrations on the server. Currently if I run a migration on a large collection, everything blocks:
db.eval(function(){
b.users.find().forEach( function(obj)
);
})