The service I’m using is getting more getmore than other CRUD commands.
I think it’s mainly because of UPDATE,
How can I reduce the getmore that occurs during UPDATE?
UPDATE Query
db.collection.update( { field: { $in: [ … ] }}, { $set: { field: value }} )