Skip to content

Commit 38bae5a

Browse files
author
Bob Grabar
committed
DOCS-206 updated faq page per review edits
1 parent e31ea63 commit 38bae5a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/faq/indexes.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,12 @@ index on a large collection, consider building the index in the
9898
background. See :ref:`index-creation-operations`.
9999

100100
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.
102103

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.
107107

108108
Using ``$ne`` and ``$nin`` in a query is slow. Why?
109109
---------------------------------------------------

0 commit comments

Comments
 (0)