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 8906d6c commit 3533560Copy full SHA for 3533560
source/reference/glossary.txt
@@ -764,7 +764,9 @@ Glossary
764
query plan. See :ref:`read-operations-query-optimization`.
765
766
query shape
767
- A combination of query predicate, sort, and projection.
+ A combination of query predicate, sort, projection, and
768
+ :doc:`collation </reference/collation>`. The query shape allows MongoDB
769
+ to identify logically equivalent queries and analyze their performance.
770
771
For the query predicate, only the structure of the predicate,
772
including the field names, are significant; the values in the
0 commit comments