0 votes
in MongoDB by
What is a replica set?

1 Answer

0 votes
by

We can specify the replica as a set of the mongo instances which host a similar data set. In the replica set, one node will be primary, and another one will be secondary. We replicate all the data from the primary to the secondary nodes.

...