You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read in the MongoDB official documentation that mongodump is not good for large deployments and when the database is huge, then mongodump is not good. I want to know how mongodb_consistent_backup is handling that part. Because it is also using mongodump. Can anyone explain.
The text was updated successfully, but these errors were encountered:
The answer is it's shard aware and you should shard large deployments. That
said you could make it take binary backups with Percona Server but this is
more complicated I believe the official tool is being talked about in
Austin next month at the conference. But what do I know since I don't work
there anymore?
On Thu 11 Apr 2019, 10:47 a.m. SURYA PRIY, ***@***.***> wrote:
I have read in the MongoDB official documentation that mongodump is not
good for large deployments and when the database is huge, then mongodump is
not good. I want to know how mongodb_consistent_backup is handling that
part. Because it is also using mongodump. Can anyone explain.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#311>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ADtQPLlABs08extpSa-RinqxjjLv2Ymvks5vfwS0gaJpZM4cpMUu>
.
I have read in the MongoDB official documentation that mongodump is not good for large deployments and when the database is huge, then mongodump is not good. I want to know how mongodb_consistent_backup is handling that part. Because it is also using mongodump. Can anyone explain.
The text was updated successfully, but these errors were encountered: