File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ Release Version Considerations
38
38
39
39
.. include:: /includes/5.1/fact-do-not-use-with-quarterlies.rst
40
40
41
+ .. _replica-set-arbiter-performance-psa:
42
+
41
43
Performance Issues with PSA replica sets
42
44
----------------------------------------
43
45
Original file line number Diff line number Diff line change @@ -16,8 +16,14 @@ A :term:`shard` contains a subset of sharded data for a :term:`sharded
16
16
cluster`. Together, the cluster's shards hold the entire data set for the
17
17
cluster.
18
18
19
- As of MongoDB 3.6, shards must be deployed as a :term:`replica set` to
20
- provide redundancy and high availability.
19
+ Shards must be deployed as a :term:`replica set` to provide redundancy and high
20
+ availability.
21
+
22
+ .. important::
23
+
24
+ Sharded clusters use the write concern ``"majority"`` for a lot of internal
25
+ operations. Using an arbiter in a sharded cluster is discouraged due to
26
+ :ref:`replica-set-arbiter-performance-psa`.
21
27
22
28
.. warning::
23
29
You can’t perform that action at this time.
0 commit comments