It would be nice if mongodb provided basic migration shell/console tools.
Operations such as:
- Rename a field for all documents in a collection
- Delete a field from all documents in a collection
.. others?
I have a database with 20 million records and I will be writing a ruby script to do this... would be nice to do it in an optimized way via the console.