We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be56c73 commit d527521Copy full SHA for d527521
source/core/index-multikey.txt
@@ -207,6 +207,20 @@ $expr
207
208
:query:`$expr` does not support multikey indexes.
209
210
+Indexes Built on MongoDB 3.2 or Earlier
211
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
212
+
213
+Indexes built on MongoDB 3.2 or earlier do not contain the necessary
214
+flags to support optimized multikey index use. To benefit from the
215
+performance enhancements of multikey indexes, you must either:
216
217
+- Rebuild the older-format indexes on MongoDB 3.4 or later. See
218
+ :method:`db.collection.reIndex()`.
219
220
+- On a replica set, :doc:`resync the replica set members
221
+ </tutorial/resync-replica-set-member/>` containing older-format
222
+ indexes.
223
224
Examples
225
--------
226
0 commit comments