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 48e413e commit 9f32aefCopy full SHA for 9f32aef
source/reference/glossary.txt
@@ -735,7 +735,9 @@ Glossary
735
query plan. See :ref:`read-operations-query-optimization`.
736
737
query shape
738
- A combination of query predicate, sort, and projection.
+ A combination of query predicate, sort, projection, and
739
+ :doc:`collation </reference/collation>`. The query shape allows MongoDB
740
+ to identify logically equivalent queries and analyze their performance.
741
742
For the query predicate, only the structure of the predicate,
743
including the field names, are significant; the values in the
0 commit comments