It would be very nice to be able to use a negated version of the existing $in query operator. If I have an array of values I know I don't want to match against, I'd ideally be able to use a query along the lines of
db.mycoll.find({_id:{'not $in':[some, array]}})