Related questions
MongoDB querying performance for over 5 million records
We've recently hit the >2 Million records for one of our main collections and now we started to suffer for major performance issues on that collection.
They documents in the collection have about 8 fields which you can filter by using …
How to view sharding keys in mongodb shell?
This might be a dummy question, but I cannot find any clue in all online doc.
For a already-built-up mongodb cluster, How can I find which sharding key(s) is used for given collecton?
Why MongoDB config servers must be one or three only?
After reading the official documentation for the MongoDB sharding architecture I have not found out why you need to have one or three config servers, and not another number.
The MongoDB documentation on Config Servers says:
"If one or two …