Skip to content

Commit 423e519

Browse files
authored
DOCSP-37440: documentdb feedback on indexes (#949)
* DOCSP-37440: documentdb feedback on indexes * MW PR fixes 1
1 parent 664b30e commit 423e519

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

source/documentdb-support.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,16 @@ available in a limited capacity or are not supported at all:
6969
``$toObjectId``, ``$toString``, ``$isNumber``, ``$rand``, ``$sampleRate``, ``$getField``
7070
- **Aggregation Stages**: ``$collStats``, ``$facet``, ``$bucket``, ``$bucketAuto``,
7171
``$sortByCount``, ``$listLocalSessions``, ``$listSessions``, ``$graphLookup``
72+
73+
In addition, Amazon DocumentDB does not leverage indexes when you perform
74+
queries that contain any of the following operators:
75+
76+
- ``$ne``
77+
- ``$nin``
78+
- ``$nor``
79+
- ``$not``
80+
- ``$exists``
81+
- ``$elemMatch``
7282

7383
To learn more about Amazon DocumentDB's compatibility with MongoDB v4.0 and MongoDB v5.0,
7484
see the following AWS documentation:

0 commit comments

Comments
 (0)