Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions source/core/replication-introduction.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ servers.
Purpose of Replication
----------------------

Replication makes data more redundant and more highly available. With
Replication provides redundancy and increases data availability. With
multiple copies of data on different database servers, replication
protects a database from the loss of a single server. Replication
protects a database from the loss of a single server. Replication also
allows you to recover from hardware failure and service
interruptions. If you have more copies of the data, you can dedicate
on copy for disaster recovery, reporting, or backups.
interruptions. With additional copies of the data, you can dedicate
one to disaster recovery, reporting, or backup.

In some cases, you can use replication to increase read
capacity. Clients can send read and write operations to different
servers. You can also keep some copies in different data centers to
increase the locality and availability of data for distributed
capacity. Clients have the ability to send read and write operations
to different servers. You can also maintain copies in different data
centers to increase the locality and availability of data for distributed
applications.

Replication in MongoDB
Expand Down