File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -121,17 +121,18 @@ 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
131
+ If you have a read-heavy application, consider using :ref:`c2c-index` to
132
+ replicate data to another cluster for reading.
133
133
134
- Always ensure that the main facility is able to elect a primary.
134
+ For more information on secondary read modes, see: :readmode:`secondary`
135
+ and :readmode:`secondaryPreferred`.
135
136
136
137
Add Capacity Ahead of Demand
137
138
````````````````````````````
You can’t perform that action at this time.
0 commit comments