Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions source/reference/api/start.txt
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,9 @@ The ``sharding`` option has the following parameters:
- Optional. Sets whether sync creates a supporting index
for the shard key, if none exists. Defaults to ``false``.

For more information and limitations, see
:ref:`c2c-supporting-index-behavior`.

* - ``shardingEntries``
- array of documents
- Required. Sets the namespace and key of collections to shard
Expand Down Expand Up @@ -383,6 +386,8 @@ collections.
The ``sharding.shardingEntries`` array specifies the collections to shard.
Collections that are not listed in this array replicate as unsharded.

.. _c2c-supporting-index-behavior:

Supporting Indexes
~~~~~~~~~~~~~~~~~~

Expand Down