Skip to content

Commit d2af78d

Browse files
author
Bob Grabar
committed
DOCS-249 removed edit to Shard Admin doc
1 parent 452811c commit d2af78d

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

draft/core/write-operations.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,11 @@ Bulk inserts are often used with :term:`sharded collections <sharded
155155
collection>` and are more effective when the collection is already
156156
populated and MongoDB has already determined the key distribution. For
157157
more information on bulk inserts into sharded collections, see
158-
:ref:`sharding-bulk-inserts`.
158+
:doc:`/source/administration/sharding`.
159+
160+
.. todo Chnange the above link from :doc:`/source/administration/sharding`
161+
to :ref:`sharding-bulk-inserts` once the Write Operations document
162+
goes live
159163

160164
When performing bulk inserts through a driver, you can use the
161165
``ContinueOnError`` option in your driver's insert command to continue

source/administration/sharding.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -960,14 +960,6 @@ run this operation from a driver that does not have helper functions:
960960

961961
db.settings.update( { _id: "balancer" }, { $set : { stopped: false } } , true );
962962

963-
.. index:: bulk insert
964-
.. _sharding-bulk-inserts:
965-
966-
Bulk Inserts and Sharding
967-
-------------------------
968-
969-
Bulk inserts let you insert many documents in a single database call.
970-
971963
.. index:: config servers; operations
972964
.. _sharding-procedure-config-server:
973965

0 commit comments

Comments
 (0)