Skip to content

Add "--backup.mongodump.force_table_scan" option #302

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

dschneller
Copy link
Contributor

If set, this enables mongodump's --forceTableScan option which
can speed up dumps significantly, especially when custom id fields
are used or when the id values are large.

According to the discussion in TOOLS-845
this is safe to do for WiredTiger.

Defaults to false.

If set, this enables mongodump's `--forceTableScan` option which
can speed up dumps significantly, especially when custom id fields
are used or when the id values are large.

According to the discussion in [TOOLS-845](https://jira.mongodb.org/browse/TOOLS-845)
this is safe to do for WiredTiger.

* https://jira.mongodb.org/browse/TOOLS-845?focusedCommentId=988298&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-988298
* https://jira.mongodb.org/browse/TOOLS-845?focusedCommentId=988414&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-988414

Defaults to false.
@timvaillancourt
Copy link
Contributor

LGTM, thanks @dschneller

@timvaillancourt timvaillancourt merged commit 7e755b9 into Percona-Lab:master Jan 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants