Skip to content

Commit ef3f9fb

Browse files
author
Dave Cuthbert
authored
DOCSP-29326 BACKPORT (#2984)
1 parent 83b681c commit ef3f9fb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Applications may encounter reduced performance during index
2-
builds, including limited read/write access to the collection. For
3-
more information on the index build process, see
4-
:ref:`index-operations`, including the
1+
During index builds, applications may encounter reduced performance or
2+
limited read/write access to the collection being indexed.
3+
4+
For more information on the index build process, see
5+
:ref:`index-operations`, especially the
56
:ref:`index-operations-replicated-build` section.
67

7-
Some drivers may specify indexes, using ``NumberLong(1)`` rather than
8-
``1`` as the specification. This does not have any affect on the
9-
resulting index.
8+
Some drivers use ``NumberLong(1)`` instead of ``1`` to specify the index
9+
order. The resulting indexes are the same.

0 commit comments

Comments
 (0)