As you know security is one of the key points during database administration. In MongoDB sharded clusters security between components of the cluster is provided …
Read More »Tag Archives: sharded clusters
MongoDB Sharded Cluster Components
MongoDb Sharding is a method used to distribute data to multiple machines. Sharding improves data access performance. if you want to install Sharded Cluster you …
Read More »Unshard a sharded collection in MongoDB
Yesterday in one of our mongodb databases developer asked for unshard a sharded collection. Yes it is possible to unshard a sharded collection but …
Read More »Restore a Sharded Cluster with Database Dumps in MongoDB
Before restoring database dumps to new servers we need to install MongoDB on each system. Step 1: Installation: [crayon-673d5b8fe38b8292927523/] inside it: [crayon-673d5b8fe38bc074050482/] [crayon-673d5b8fe38be448292763/] …
Read More »