Skip to content

Commit 41f736b

Browse files
author
Bob Grabar
committed
DOCS-487 updated Indexes sign-post
1 parent 64b6587 commit 41f736b

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

source/indexes.txt

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,21 @@
44
Indexes
55
=======
66

7-
MongoDB's indexes make it possible to provide high performance read
8-
operations for frequently used queries. Indexes are particularly
9-
useful where the total size of the documents exceeds the amount of
10-
available RAM. This section has three main documents:
11-
:doc:`/core/indexes` that explains basic indexing concepts and
12-
options. :doc:`/administration/indexes` that outlines procedures and
13-
operational concerns relevant to indexing. And
14-
:doc:`/applications/indexes` that introduces how applications may
15-
use indexes.
7+
Indexes provide high performance read operations for frequently used
8+
queries. Indexes are particularly useful where the total size of the
9+
documents exceeds the amount of available RAM.
10+
11+
This page lists the main documents that describe indexes.
12+
13+
For basic concepts and options, see :doc:`/core/indexes`. For procedures
14+
and operational concerns, see :doc:`/administration/indexes`. For
15+
information on how applications might use indexes, see
16+
:doc:`/applications/indexes`.
17+
18+
Documentation
19+
-------------
20+
21+
The following is the expanded outline of the main documentation:
1622

1723
.. toctree::
1824
:maxdepth: 2

0 commit comments

Comments
 (0)