Skip to content

Commit f79cb8e

Browse files
DOCS-16476 Resharding a unique collection (#5191) (#5304)
* First draft' * Copy edits
1 parent 28d0fe0 commit f79cb8e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/core/sharding-reshard-a-collection.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,10 @@ Limitations
148148

149149
- Only one collection can be resharded at a time.
150150
- :rsconf:`writeConcernMajorityJournalDefault` must be ``true``.
151-
- Resharding a collection that has a
152-
:ref:`uniqueness <index-type-unique>` constraint is not supported.
153-
- The new shard key cannot have a :ref:`uniqueness <index-type-unique>`
154-
constraint.
151+
- To reshard a collection that has a :ref:`uniqueness
152+
<index-type-unique>` constraint, the new shard key must satisfy
153+
the :ref:`unique index requirements <sharding-shard-key-unique>` for
154+
any existing unique indexes.
155155
- The following commands and corresponding shell methods are not
156156
supported on the collection that is being resharded while the
157157
resharding operation is in progress:

0 commit comments

Comments
 (0)