I want to migrate from Azure Cosmos Db to Mongo Db Atlas (on Azure), so I am testing in a subscription with a free tier. I exported a collection from Cosmos wit
I am trying to import some json files to mongodb collections using following command on a server other than mongodb server: mongoimport --host IP --port 27017 -
I took a dump of a db having only 1 collection and two indices. The collection had roughly 6.5 million documents. When I tried to restore it, much to my surpris