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
9898background. See :ref:`index-creation-operations`.
9999
100100If 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
108108Using ``$ne`` and ``$nin`` in a query is slow. Why?
109109---------------------------------------------------
You can’t perform that action at this time.
0 commit comments