Skip to content

Commit 11405bb

Browse files
author
Sam Kleinman
committed
DOCS-460 correction
1 parent d136ac8 commit 11405bb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

source/reference/mongodump.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,17 @@ Options
187187
in the ``_id`` index.
188188
2. Your database uses a custom ``_id`` field.
189189

190+
When you run with :option:`--forceTableScan`, :program:`mongodump`
191+
does not use :operator:`$snapshot`. As a result, the dump produced
192+
by :program:`mongodump` can reflect the state of the database at
193+
many different points in time.
194+
195+
.. warning:: Use :option:`--forceTableScan` with extreme caution
196+
and consideration.
197+
198+
operations
199+
200+
190201
.. _mongodump-behavior:
191202

192203
Behavior

0 commit comments

Comments
 (0)