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 11ecd9d commit 9718af1Copy full SHA for 9718af1
source/reference/glossary.txt
@@ -754,7 +754,9 @@ Glossary
754
query plan. See :ref:`read-operations-query-optimization`.
755
756
query shape
757
- A combination of query predicate, sort, and projection.
+ A combination of query predicate, sort, projection, and
758
+ :doc:`collation </reference/collation>`. The query shape allows MongoDB
759
+ to identify logically equivalent queries and analyze their performance.
760
761
For the query predicate, only the structure of the predicate,
762
including the field names, are significant; the values in the
0 commit comments