File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
- For :ref: `featureCompatibilityVersion <view-fcv >` set to ``"4.4" `` or
2
- greater, MongoDB raises the limit on collection/view
3
- namespace to 255 bytes. For a collection or a view, the namespace includes the
4
- database name, the dot (``. ``) separator, and the collection/view
5
- name (e.g. ``<database>.<collection> ``),
2
+ greater, MongoDB raises the limit for unsharded collections and views to
3
+ 255 bytes, and to 235 bytes for sharded collections. For a collection or
4
+ a view, the namespace includes the database name, the dot (``. ``)
5
+ separator, and the collection/view name
6
+ (e.g. ``<database>.<collection> ``),
6
7
7
8
- For :ref: `featureCompatibilityVersion <view-fcv >` set to ``"4.2" `` or
8
- earlier, the maximum length of the collection/view namespace remains
9
- 120 bytes.
9
+ earlier, the maximum length of unsharded collections and views namespace
10
+ remains 120 bytes and 100 bytes for sharded collection .
Original file line number Diff line number Diff line change @@ -364,7 +364,7 @@ Shard Key Limitations
364
364
.. include:: /includes/limits-sharding-shardkey-monotonic-throughput.rst
365
365
366
366
Operations
367
- ----------
367
+ ----------
368
368
369
369
.. _limit-sort:
370
370
.. limit:: Sort Operations
You can’t perform that action at this time.
0 commit comments