View Full Version : Dumping and Backing up
ccd1
Mon 29th Jul '02, 6:32am
What's the difference between dumping and backing up a mySQL database? I've noticed the dumps are considerable smaller than backing up the SQL files itself.
Steve Machol
Mon 29th Jul '02, 12:32pm
If you mean mysqldump, then the --opt option optimizes the db and results in a smaller file size.
ccd1
Mon 29th Jul '02, 2:55pm
So it's just a compressed version of the same thing?
Steve Machol
Mon 29th Jul '02, 4:15pm
It's an 'optimized' version - not compressed.
eva2000
Mon 29th Jul '02, 5:17pm
it's optimised and more importantly for large databases the --opt command tells mysql not to load the entire database into memory prior to dumping/backing up
ccd1
Mon 29th Jul '02, 6:39pm
Thank you very much. This is an issue I keep seeing online without any real explination.
vBulletin® v3.8.0 Beta 4, Copyright ©2000-2008, Jelsoft Enterprises Ltd.