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