Skip to content

Commit fe707ae

Browse files
mdb-ashleyAshley Brown
andauthored
Docs 14378: Small glossary update (#436)
* Updating query shape glossary entry * Updating query shape glossary entry * Updating with external review feedback * Updating glossary definition to include use case Co-authored-by: Ashley Brown <[email protected]>
1 parent 611ade8 commit fe707ae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/reference/glossary.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,9 @@ Glossary
768768
query plan. See :ref:`read-operations-query-optimization`.
769769

770770
query shape
771-
A combination of query predicate, sort, and projection.
771+
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.
772774

773775
For the query predicate, only the structure of the predicate,
774776
including the field names, are significant; the values in the

0 commit comments

Comments
 (0)