Skip to content

Commit 9b1c3e0

Browse files
author
Dave
authored
DOCSP-18226 BACKPORT (#993)
1 parent b92388b commit 9b1c3e0

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
@@ -116,7 +116,7 @@ When designing a data model, consider how applications will use your
116116
database. For instance, if your application only uses recently
117117
inserted documents, consider using :doc:`/core/capped-collections`. Or
118118
if your application needs are mainly read operations to a collection,
119-
adding indexes to support common queries can improve performance.
119+
adding :ref:`indexes <indexes>` to support common queries can improve performance.
120120

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

0 commit comments

Comments
 (0)