Skip to content

Commit a181ee2

Browse files
author
Dave
authored
DOCSP-18226 BACKPORT (#994)
1 parent c6d8aea commit a181ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/core/data-modeling-introduction.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ When designing a data model, consider how applications will use your
114114
database. For instance, if your application only uses recently
115115
inserted documents, consider using :doc:`/core/capped-collections`. Or
116116
if your application needs are mainly read operations to a collection,
117-
adding indexes to support common queries can improve performance.
117+
adding :ref:`indexes <indexes>` to support common queries can improve performance.
118118

119119
See :doc:`/core/data-model-operations` for more information on these
120120
and other operational considerations that affect data model designs.

0 commit comments

Comments
 (0)