Skip to content

Commit 9718af1

Browse files
mdb-ashleyAshley Brown
andauthored
Updating glossary definition to include use case (#519)
Co-authored-by: Ashley Brown <ashley.brown@m-hw46j45q6c.lan>
1 parent 11ecd9d commit 9718af1

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
@@ -754,7 +754,9 @@ Glossary
754754
query plan. See :ref:`read-operations-query-optimization`.
755755

756756
query shape
757-
A combination of query predicate, sort, and projection.
757+
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.
758760

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

0 commit comments

Comments
 (0)