We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d136ac8 commit 11405bbCopy full SHA for 11405bb
source/reference/mongodump.txt
@@ -187,6 +187,17 @@ Options
187
in the ``_id`` index.
188
2. Your database uses a custom ``_id`` field.
189
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
201
.. _mongodump-behavior:
202
203
Behavior
0 commit comments