Part of my site migration to MongoDB is migration of messaging system. I'm trying to figure out whether I should be actually removing the records from the collection or mark them as removed using some bool field, when the user wants to remove the message - the site will be high load so I'm concerned about performance (and not concerned about disk space).
Any ideas?