Suggestions in MySQL backup compression Windows

Asked By 40 points N/A Posted on -
qa-featured

Hi fellow members.  I have a 200 GB database in MySQL that I'm trying to backup.  How do I properly compress the database.  I need suggestions in MySQL backup compression Windows.  I'm on a Windows 7 64 bit system.  Thanks in advance guys.

SHARE
Answered By 0 points N/A #142899

Suggestions in MySQL backup compression Windows

qa-featured

Hi Elyssa,

                You may want to look into a plug in for MySQL to compress your data. You can try  InnoDB Plugin, this compress tables that reduces the size of your database. This can also reduce fewer reads and writes that cause longer log time for your user data. This can also reduce the Input/output workload that improves throughput.

Related Questions