Difference between master/slave and replication

I would like to know the difference between master/slave and replica set.

I think it’s a similar technology, but why did MongoDB adopt a replica set?

What are the advantages and disadvantages of each?

Hi @Kim_Hakseon,

I am not sure what you are referring to? MongoDB’s Master/Slave approach is using a replica set with its replication and election mechanisms where there is only one Primary and a few secondaries at any given time.

Thanks,
Pavel

From version 3.2, MongoDB was supposed to use PSS replication instead of Master/Slave, which meant I wanted to know the difference between the two replication.

And I want to know the advantages and disadvantages of each replication.

Hi @Kim_Hakseon,

Master slave replication is the previous generation of current replica set replication.

There is only one replication method. I suppose that you might mean the PV:0 and PV:1 change:
https://docs.mongodb.com/manual/reference/replica-set-protocol-versions/

Best regards,
Pavel

Ah-ha! Thank you Thank you :smiley:

1 Like

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.