0 votes
in MongoDB by
What is Primary and Secondary Replica Sets?

1 Answer

0 votes
by
Primary Replica Set receives all the write operations from the clients. Secondary replica sets replicate the primary replica sets and implement the operations for their datasets so that secondary datasets affect the primary datasets.
...