Skip to content

Commit a96dd47

Browse files
mdb-ashleyAshley Brown
andauthored
Updating glossary definition to include use case (#516)
backport v5.2 Co-authored-by: Ashley Brown <ashley.brown@m-hw46j45q6c.lan>
1 parent 571d62a commit a96dd47

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)