File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
- If you are using a three-member primary-secondary-arbiter (PSA)
2
- architecture, the write concern :writeconcern: `"majority" ` can cause
3
- performance issues if a secondary is unavailable or lagging. See
4
- :ref: `performance-issues-psa ` for advice on how to mitigate these
5
- issues.
1
+ If you are using a three-member primary-secondary-arbiter (PSA)
2
+ architecture, consider the following:
3
+
4
+ - The write concern :writeconcern: `"majority" ` can cause
5
+ performance issues if a secondary is unavailable or lagging. For
6
+ advice on how to mitigate these issues, see
7
+ :ref: `performance-issues-psa `.
8
+
9
+ - If you are using a global default :readconcern: `"majority" `
10
+ and the write concern is less than the size of the majority,
11
+ your queries may return stale (not fully replicated) data.
You can’t perform that action at this time.
0 commit comments