Question : Closed. This question is off-topic. It is not currently accepting answers. Tip of the iceberg – the question […]
Tag: mongodb-3.6
Mongo doesn’t restore user password
Question : I have following scenario: Dump Mongo database (cmd mongodump) Change password from one of admin users Restore Mongo […]
Slow performance of query with $and & $or operators
Question : My query with $and, $or operators is performing poorly. Even though I’ve built a compound index on all […]
How to warm a MongoDB index
Question : We’re running a huge MongoDB with a large index (made of of four fields) which was created ad-hoc […]
We use MongoDB 3.6 community version, How can i get the number of hits on single collection as well as bandwith usage?
Question : Is it possible to get the number of hits on single collection as well as bandwith usage in […]
How to avoid warning with file system cache in mongodb?
Question : OS Windows 10 x64. Version of MongoDB 3.6.5 When I’m starting mongo process, I’m always getting: MongoDB shell […]
Query sharded collection returns all the results from the primary shard AND from the other shards
Question : I tried to set up a shard to test this functionality and maybe migrate some of our data […]
Import indexes from MongoDB v2.4 to MonDB v3.6.4
Question : I have migrated the collection.bson file from MongoDB 2.4 to MongoDB 3.6.4 as collection.json. But their is 1 […]
MongoDB 3.6 crashed due to invariant() failure
Question : MongoDB crashed twice in 6 hours today due to invariant() failure. We have been using MongoDB 3.6.3 for […]
How to connect via config file in mongodb
Question : In config file I have: systemLog: destination: file logAppend: true path: c:datalogmongod.log storage: dbPath: c:datadb journal: enabled: true […]