File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -98,12 +98,12 @@ index on a large collection, consider building the index in the
98
98
background. See :ref:`index-creation-operations`.
99
99
100
100
If you build a large index without the background option, and if doing
101
- so causes the database to stop responding, you have two options:
101
+ so causes the database to stop responding,
102
+ wait for the index to finish building.
102
103
103
- - Wait for the index to finish building
104
-
105
- - Kill the current operation (see :method:`db.killOP()`). The partial
106
- index will be deleted.
104
+ .. FUTURE When SERVER-3067 is fixed, this option also will be available:
105
+ Kill the current operation (see :method:`db.killOP()`). The partial
106
+ index will be deleted.
107
107
108
108
Using ``$ne`` and ``$nin`` in a query is slow. Why?
109
109
---------------------------------------------------
You can’t perform that action at this time.
0 commit comments