-
Type:
Improvement
-
Resolution: Duplicate
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: JavaScript
-
None
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
-
None
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)
);
})