Tag:replSet
-
Mongodb master-slave replication and replset configuration of replica set
copy Mongodb’s replication function is very important, especially the current storage engine does not support click persistence. Not only can replication be used for failover and data integration, but also for read expansion, hot backup or offline batch processing. 1. Master-slave replication Master-slave replication is the most common mode of mongodb replication. It can be […]