File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -121,17 +121,15 @@ Add :ref:`hidden <replica-set-hidden-members>` or :ref:`delayed
121
121
<replica-set-delayed-members>` members to support dedicated functions,
122
122
such as backup or reporting.
123
123
124
- Load Balance on Read-Heavy Deployments
125
- ``````````````````````````````````````
124
+ Read-Heavy Applications
125
+ ```````````````````````
126
126
127
- In a deployment with *very* high read traffic, you can improve read
128
- throughput by distributing reads to secondary members. As your
129
- deployment grows, add or move members to alternate data centers to
130
- improve redundancy and availability.
127
+ A replica set is designed for high availability and redundancy. In most
128
+ cases secondary members operate under similar loads as the primary. You
129
+ should not direct reads to secondaries.
131
130
132
- .. include:: /includes/note-csrs-distribution.rst
133
-
134
- Always ensure that the main facility is able to elect a primary.
131
+ For more information on secondary read modes, see: :readmode:`secondary`
132
+ and :readmode:`secondaryPreferred`.
135
133
136
134
Add Capacity Ahead of Demand
137
135
````````````````````````````
You can’t perform that action at this time.
0 commit comments