Question : Is it possible to get the number of hits on single collection as well as bandwith usage in […]
Tag: mongodb
How can I set maxIdleTimeMS by command line or mongo-shell?
Question : So, I have deployed my PHP application (using Laravel). However , I’ve noticed a high connection number in […]
Should I use MongoDB or a relational database management system for this scenario? [closed]
Question : Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the […]
How to specify authentication database and target database separately on mongodb connection uri?
Question : I am using this connection uri to connect to mongodb: mongodb://user:password@localhost/admin. It will use admin as bot authentication […]
What is the getdate() equivalent for MongoDB?
Question : I have a query to update and set some values in some fields. Obut Now I need to […]
mongod 2.6 corruption (Assertion failure isOk() src/mongo/db/storage/extent.h 80)
Question : I have been using mongo 2.6.0 for some time on 64-bit centos (with journaling enabled). One fine day […]
MongoDB Synchronizing multiple Shards
Question : I’ve got the following layout Picture Cluster RZ West is my first data center A and RZ Ost […]
MongoDB Stuck with Jumbo chunks while exhausting a shard
Question : I’m running a shared MongoDB 2.4 cluster. I’m currently in a process of exhausting a shard and I’m […]
Database structure for hierarchical quiz?
Question : I’m doing a personal project where I have a quiz with a number of boolean questions. Each question […]
MongoDB multi update consistency
Question : I have a collection similar to the below, of say 5,000,000 records. { “_id” : ObjectId(“56d18f95d2961d1ddcb7244f”), “rec_id” : […]