MongoDB Replica Set 101
Introduction
A replica set is a group of mongod instances that maintain the same data set. A replica set contains several data bearing nodes and optionally one arbiter node. of the data bearing nodes, one and only one member is deemed the primary nod...
simplifyingservers.hashnode.dev6 min read