Skip to content

Commit cde647d

Browse files
committed
DOCSP-2784: hashed sharding not supported on chunks collection in gridfs
1 parent ec88a80 commit cde647d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/core/gridfs.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,8 @@ index.
311311
``files_id`` is an :term:`objectid` and changes
312312
:ref:`monotonically<shard-key-monotonic>`.
313313

314-
You cannot use :doc:`/core/hashed-sharding` when sharding the ``chunks``
315-
collection.
314+
When sharding the ``chunks`` collection, you cannot use
315+
:doc:`/core/hashed-sharding` . For details, see :issue:`SERVER-9888`.
316316

317317
The ``files`` collection is small and only contains metadata. None of the
318318
required keys for GridFS lend themselves to an even distribution in a

0 commit comments

Comments
 (0)