This repository was archived by the owner on Aug 20, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ Use Cases
8282:program:`mongodump` and :program:`mongorestore` are simple and
8383efficient for backing up small MongoDB deployments, for partial backup
8484and restores based on a query, syncing from production to staging or
85- development environment , or changing the storage engine of a standalone.
85+ development environments , or changing the storage engine of a standalone.
8686
8787However, these tools can be problematic for capturing backups of larger
8888systems, sharded clusters, or replica sets. For alternatives, see
@@ -97,6 +97,13 @@ Data Exclusion
9797backup data and does not include index data. :program:`mongorestore` or
9898:program:`mongod` must then rebuild the indexes after restoring data.
9999
100+ Data Compression Handling
101+ ~~~~~~~~~~~~~~~~~~~~~~~~~
102+
103+ When run against a :program:`mongod` instance that uses the
104+ :doc:`WiredTiger </core/wiredtiger>` storage engine,
105+ :program:`mongodump` outputs uncompressed data.
106+
100107Performance
101108~~~~~~~~~~~
102109
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ either :program:`mongod` or :program:`mongos` instances.
2424:program:`mongodump` can be a part of a :ref:`backup strategy
2525<backup-with-mongodump>` with :program:`mongorestore` for partial
2626backups based on a query, syncing from production to staging or
27- development environment , or changing the storage engine of a
27+ development environments , or changing the storage engine of a
2828standalone. However, the use of :program:`mongodump` and
2929:program:`mongorestore` as a backup strategy can be problematic for
3030sharded clusters and replica sets.
@@ -75,7 +75,7 @@ Data Compression Handling
7575
7676When run against a :program:`mongod` instance that uses the
7777:doc:`WiredTiger </core/wiredtiger>` storage engine,
78- :program:`mongodump` outputs uncompress data.
78+ :program:`mongodump` outputs uncompressed data.
7979
8080Working Set
8181~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments