Skip to content

Commit 3533560

Browse files
mdb-ashleyAshley Brown
andauthored
Updating glossary definition to include use case (#517)
Co-authored-by: Ashley Brown <[email protected]>
1 parent 8906d6c commit 3533560

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
@@ -764,7 +764,9 @@ Glossary
764764
query plan. See :ref:`read-operations-query-optimization`.
765765

766766
query shape
767-
A combination of query predicate, sort, and projection.
767+
A combination of query predicate, sort, projection, and
768+
:doc:`collation </reference/collation>`. The query shape allows MongoDB
769+
to identify logically equivalent queries and analyze their performance.
768770

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

0 commit comments

Comments
 (0)