How do I truncate a collection in MongoDB or is there such a thing?
Right now I have to delete 6 large collections all at once and I\'m stopping the server, deleting
To truncate a collection and keep the indexes use
db..remove({})