File tree Expand file tree Collapse file tree 1 file changed +15
-9
lines changed Expand file tree Collapse file tree 1 file changed +15
-9
lines changed Original file line number Diff line number Diff line change 44Indexes
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
You can’t perform that action at this time.
0 commit comments