Skip to content

Commit 0eb964e

Browse files
author
Dave Cuthbert
authored
DOCSP-25519 uniqueness of id (#94)
* DOCSP-25519 unique _id field * DOCSP-25519 unique _id field
1 parent 73efbf7 commit 0eb964e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/reference/limitations.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ Sharded Clusters
8080
- Replica set to sharded cluster.
8181
- Sharded cluster to replica set.
8282
- Unequal numbers of source and destination shards.
83+
- Within a collection, the ``_id`` field must be unique across all of
84+
the shards in the cluster. See :ref:`sharded-clusters-unique-indexes`
85+
for more details.
8386
- The :dbcommand:`movePrimary` command cannot be used to reassign the
8487
primary shard while syncing.
8588
- There is no replication for zone configuration. ``mongosync``

0 commit comments

Comments
 (0)