MongoDB / MongoDB Interview questions
How replication works in MongoDB?
The process of synchronizing data across different servers is called replication. Replication gives redundancy and growing data availability with more copies of data on different database servers. It ensures high availablity by protecting the database from the loss of a single server.
More Related questions...