mongodb_consistent_backup icon indicating copy to clipboard operation
mongodb_consistent_backup copied to clipboard

Mongodump problem with large deployments

Open victor-ludorum opened this issue 5 years ago • 1 comments

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.

victor-ludorum avatar Apr 11 '19 09:04 victor-ludorum

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, [email protected] 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 https://github.com/Percona-Lab/mongodb_consistent_backup/issues/311, or mute the thread https://github.com/notifications/unsubscribe-auth/ADtQPLlABs08extpSa-RinqxjjLv2Ymvks5vfwS0gaJpZM4cpMUu .

dbmurphy avatar Apr 11 '19 17:04 dbmurphy