June 2014
Intermediate to advanced
696 pages
38h 52m
English
There are a few things to think about when you are determining how to deploy a MongoDB replica set. The following sections discuss a few of the different factors you should consider before implementing a MongoDB replica set.
You need to consider how many servers to include in a replica set. The number you use depends on the nature of data interaction from clients. If the data from clients is mostly writes, then you are not going to get a big benefit from having a large number of servers. However, if your data is mostly static and you have a large number of read requests, then having more secondary servers will definitely make a difference.
You should also consider the data. In some ...
Read now
Unlock full access