We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ac20d commit 86f17a9Copy full SHA for 86f17a9
source/indexes.txt
@@ -6,12 +6,6 @@ Indexes
6
7
.. default-domain:: mongodb
8
9
-.. contents:: On this page
10
- :local:
11
- :backlinks: none
12
- :depth: 1
13
- :class: twocols
14
-
15
Indexes support the efficient execution of queries in MongoDB. Without
16
indexes, MongoDB must perform a *collection scan*, i.e. scan every
17
document in a collection, to select those documents that match the
0 commit comments