@@ -23,7 +23,7 @@ with the database itself.
23
23
:program:`mongod` instance, they can impact the performance of your
24
24
running database.
25
25
26
- Not only do these backup processes create traffic for a running
26
+ Not only do these processes create traffic for a running
27
27
database instance, they also force the database to read all data
28
28
through memory. When MongoDB reads infrequently used data, it can
29
29
supplant more frequently accessed data, causing a deterioration in
@@ -34,9 +34,9 @@ with the database itself.
34
34
a superset of :term:`JSON`. Thus, :program:`mongoimport` and
35
35
:program:`mongoexport` cannot represent :term:`BSON` data
36
36
accurately in :term:`JSON`. As a result data exported or imported
37
- with these tools may lose some measure of fidelity. See the
38
- ":wiki:`MongoDB Extended JSON <Mongo+Extended+JSON>`" wiki page for
39
- more information about Use with care .
37
+ with these tools may lose some measure of fidelity. See
38
+ :doc:`/reference/mongodb-extended-json` for more information about
39
+ MongoDB Extended JSON .
40
40
41
41
.. seealso:: See the ":doc:`/administration/backups`" document for
42
42
more information on backing up MongoDB instances. Additionally,
@@ -48,8 +48,8 @@ with the database itself.
48
48
- :doc:`/reference/mongodump`
49
49
50
50
If you want to transform and process data once you've imported it
51
- in MongoDB consider the topics in :doc:`/aggregation`, including:
52
-
51
+ in MongoDB consider the topics in :doc:`/aggregation`, including:
52
+
53
53
- :doc:`/applications/map-reduce` and
54
54
- :doc:`/applications/aggregation`.
55
55
@@ -135,7 +135,7 @@ JSON.
135
135
Data Import and Export and Backups Operations
136
136
---------------------------------------------
137
137
138
- For resilient and non-disruptive backups,
138
+ For resilient and non-disruptive backups,
139
139
use a file system or block-level disk snapshot function, such as the
140
140
methods described in the ":doc:`/administration/backups`" document. The
141
141
tools and operations discussed provide functionality that's useful in
@@ -215,7 +215,7 @@ that it does not interact with your shell environment. The resulting
215
215
documents will return on standard output.
216
216
217
217
By default, :program:`mongoexport` returns one :term:`JSON document`
218
- per MongoDB document. Specify the
218
+ per MongoDB document. Specify the
219
219
":option:`--jsonArray <mongoexport --jsonArray>`" argument to return
220
220
the export as a single :term:`JSON` array. Use the ":option:`--csv
221
221
<mongoexport --csv>`" file to return the result in CSV (comma
0 commit comments