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 b04b674 commit 14fe6b7Copy full SHA for 14fe6b7
source/reference/operator/all.txt
@@ -53,6 +53,13 @@ $all
53
54
In most cases, MongoDB does not treat arrays as sets. This
55
operator provides a notable exception to this approach.
56
+
57
+ Currently, $all queries scan all the documents that match
58
+ the first element in the query array. This means that even with
59
+ when the field is indexed, queries may take a very long time
60
+ to return (especially when the first element in the array appears
61
+ in many documents).
62
+ See: https://jira.mongodb.org/browse/SERVER-1000
63
64
.. seealso::
65
:method:`find() <db.collection.find()>`, :method:`update()
0 commit comments