Allow export/import using mongodump and mongorestore
Exporting 12k documents is ok with mongochef took only few seconds, but importing these documents takes ages (many minutes). Importing bson file took 11 seconds with mongorestore. Mongochef should implement something like that.
I tried copy documents to different collection on same host, but this one is slow too. Maybe this is problem of number for concurent writers? Deal with hundrends of thousands documents or even millions is impossible with mongochef.

-
Frank commented
Belongs to the request: https://3t-io.uservoice.com/forums/265122-share-your-ideas-with-us/suggestions/6880787
-
Frank commented
I agree with you. Also it would be nice to save the complete database at once, as all individually collections.
-
Chris Daniels commented
Please, please, please do this!!! I hate having to use the command line mongodump/mongorestore tools. This would be a huge plus.