File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ example of a compound index on two fields:
22
22
.. include:: /images/index-compound-key.rst
23
23
24
24
.. [#compound-index-field-limit]
25
- MongoDB imposes a :limit:`limit of 31 fields for any compound index
25
+ MongoDB imposes a :limit:`limit of 32 fields for any compound index
26
26
<Number of Indexed Fields in a Compound Index>`.
27
27
28
28
Compound indexes can support queries that match on multiple fields.
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ Indexes
169
169
170
170
.. limit:: Number of Indexed Fields in a Compound Index
171
171
172
- There can be no more than 31 fields in a compound index.
172
+ There can be no more than 32 fields in a compound index.
173
173
174
174
.. limit:: Queries cannot use both text and Geospatial Indexes
175
175
You can’t perform that action at this time.
0 commit comments