What are Primary and Secondary Replica sets?

Technology CommunityCategory: MongoDBWhat are Primary and Secondary Replica sets?
VietMX Staff asked 3 years ago
  • Primary and master nodes are the nodes that can accept writes. MongoDB’s replication is ‘single-master:’ only one node can accept write operations at a time.
  • Secondary and slave nodes are read-only nodes that replicate from the primary.