Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions source/reference/operator/query/all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,6 @@ the field contains the nested array.
matching a single element, a "contains" expression (i.e.
``arrayField: element`` ) is more suitable.

Performance
~~~~~~~~~~~

Queries that use the :query:`$all` operator must scan all the documents
that match the first element in the :query:`$all` expression. As a
result, even with an index to support the query, the operation may be
long running, particularly when the first element in the :query:`$all`
expression is not very selective.

Examples
--------

Expand Down