Replication is making a duplicate copy of data. in mongo db duplication of the data is possible. Replication is made because to make the data available 24x7 even when there is a network issue, when there is a system failure.
the process of the replication is such that the copy of data is saved in another server along with the main server. when ever the main server crashes, alternate server will comes into the picture.
this replication process helps in the hardware and service failures. Replication is done by replica set.
the process of the replication is such that the copy of data is saved in another server along with the main server. when ever the main server crashes, alternate server will comes into the picture.
this replication process helps in the hardware and service failures. Replication is done by replica set.