Skip to content

Commit 2d1b435

Browse files
DOCSP-33263 update learn more (#5322)
1 parent db93cc4 commit 2d1b435

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

source/tutorial/equality-sort-range-rule.txt

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -157,16 +157,11 @@ Following the ESR rule, the optimal index for the example query is:
157157

158158
{ manufacturer: 1, model: 1, cost: 1 }
159159

160-
Further Discussion
161-
------------------
160+
Learn More
161+
----------
162162

163-
A number of MongoDB conference presentations discuss the ESR rule in
164-
depth.
163+
- :ref:`create-indexes-to-support-queries`
165164

166-
- `Tips and Tricks for Effective Indexing
167-
<https://www.slideshare.net/mongodb/mongodb-local-toronto-2019-tips-and-tricks-for-effective-indexing>`__
168-
- `The Sights (and Smells) of a Bad Query
169-
<https://www.slideshare.net/mongodb/mongodb-world-2019-the-sights-and-smells-of-a-bad-query>`__
170-
- `Tips and Tricks++ for Querying and Indexing MongoDB
171-
<https://www.slideshare.net/mongodb/mongodb-world-2019-tips-and-tricks-for-querying-and-indexing-mongodb>`__
165+
- :ref:`index-sort`
172166

167+
- :ref:`index-selectivity`

0 commit comments

Comments
 (0)