I am triying remove field in a big document, therefore I would like to do something:
collection.update({'_id' => @id}, {"$unset" => {'herField'})
But it is not possible. I don't want to rewrite entire document, any idea?
EDIT: I am using https://github.com/mongodb/mongo-ruby-driver