File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,11 @@ Bulk inserts are often used with :term:`sharded collections <sharded
155
155
collection>` and are more effective when the collection is already
156
156
populated and MongoDB has already determined the key distribution. For
157
157
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
159
163
160
164
When performing bulk inserts through a driver, you can use the
161
165
``ContinueOnError`` option in your driver's insert command to continue
Original file line number Diff line number Diff line change @@ -960,14 +960,6 @@ run this operation from a driver that does not have helper functions:
960
960
961
961
db.settings.update( { _id: "balancer" }, { $set : { stopped: false } } , true );
962
962
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
-
971
963
.. index:: config servers; operations
972
964
.. _sharding-procedure-config-server:
973
965
You can’t perform that action at this time.
0 commit comments