InterviewSolution
Saved Bookmarks
| 1. |
What's A Master Or Primary? |
|
Answer» This is a node/member which is currently the primary and PROCESSES all WRITES for the REPLICA set. In a replica set, on a failover event, a different member can BECOME primary. This is a node/member which is currently the primary and processes all writes for the replica set. In a replica set, on a failover event, a different member can become primary. |
|