Skip to content

Commit 2134b7a

Browse files
authored
DOCSP-36537 archive file benefits section (#6303)
* DOCSP-36537 archive file benefits section * DOCSP-36537 archive file benefits section * DOCSP-36537 archive file benefits section * DOCSP-36537 clarifying backup and restore * DOCSP-36537 adding reference
1 parent 7cb4570 commit 2134b7a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

source/tutorial/backup-and-restore-tools.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,25 @@ Performance Impacts
4949

5050
.. include:: /includes/extracts/tools-performance-considerations-dump-restore.rst
5151

52+
.. _considerations-output-format:
5253

54+
Output Format
55+
~~~~~~~~~~~~~
56+
57+
:binary:`~bin.mongorestore` and :binary:`~bin.mongodump` can output data
58+
to an archive file, which is a single-file alternative to multiple BSON
59+
files. Archive files are special-purpose formats that support
60+
non-contiguous file writes. They enable concurrent backups from MongoDB,
61+
as well as restores to MongoDB. Using archive files optimizes disk I/O
62+
while backup and restore operations execute.
63+
64+
You can also output archive files to the standard output (``stdout``).
65+
Writing to the standard output allows for data migration over networks,
66+
reduced disk I/O footprint, and concurrency gains in both the MongoDB
67+
tools and your storage engine.
68+
69+
For more information on archive files, see the
70+
:option:`--archive <mongodump --archive>` option.
5371

5472
.. _backup-mongodump:
5573
.. _backup-and-restore-tools:

0 commit comments

Comments
 (0)