Mongo DB – difference between standalone & 1-node replica set
Is there any problem/disadvantage with running Mongo as a 1-node replica set, assuming I don’t really need the replication, load balancing or any other scalable functionality? You don’t have high availability afforded by a proper replica set. Thus it’s not recommended for a production deployment. This is fine for development though. Note that a replica … Read more