I was using mysqldump to perform MySQL backups just fine. However, we recently had to restore the database and it took about 10 hours for 100GB to restore. Now they (managers) want me to find a different method, one that will restore faster.
So I tried using MySQL administrator's backup utility but it takes twice as long and is twice as big! I doubt this will speed up the restore.
So, my first question is why is it so big and why does it take so long? Is it giving me something that I won't get using mysqldump?
And my second question is how can I optimize one of these methods so a restore doesn't take half a day?
Thanks,
Shannon
So I tried using MySQL administrator's backup utility but it takes twice as long and is twice as big! I doubt this will speed up the restore.
So, my first question is why is it so big and why does it take so long? Is it giving me something that I won't get using mysqldump?
And my second question is how can I optimize one of these methods so a restore doesn't take half a day?
Thanks,
Shannon