Skip to content

Commit 3a1506f

Browse files
authored
Docsp 30395 adding index consistency limitations (#168)
* DOCSP-30395 Indicate that mongosync will only sync indexes with consistent specs on all shards * DOCSP-30395 adding note * DOCSP-30395 adding note
1 parent 59bf0a9 commit 3a1506f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

source/reference/limitations.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,15 @@ Sharded Clusters
115115
- There is no replication for zone configuration. ``mongosync``
116116
replicates data, it does not inherit zones.
117117
- Shards cannot be added or removed while syncing.
118-
- Only indexes which exist on all shards are synced.
118+
- ``mongosync`` only syncs indexes that exist on all shards.
119+
- ``mongosync`` only syncs indexes that have consistent index
120+
specifications on all shards.
121+
122+
.. note::
123+
124+
To check for index inconsistencies, see :ref:`Find Inconsistent
125+
Indexes Across Shards <manage-indexes-find-inconsistent-indexes>`.
126+
119127
- The shard key cannot be :ref:`refined <shard-key-refine>` while
120128
syncing.
121129
- The shard key cannot be modified using :dbcommand:`reshardCollection`

0 commit comments

Comments
 (0)