Skip to content

Commit c59aff5

Browse files
authored
Docs-15210 v5.0 (#973)
* DOCS-15210 add readConcern mention * writeConcern -> write concern * CR 1 Feedback * update verbiage * remove duplicate your * remove ref * update
1 parent b274a55 commit c59aff5

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed
Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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.

0 commit comments

Comments
 (0)