mysql - Speeding up conversion from MyISAM to InnoDB - Stack Overflow
september 2011 by sweeney
I have a MySQL 1.5 GB MyISAM-table (1.0 GB data, 0.5 GB indexes) in production which I'm about to convert into InnoDB.
Since the table is used in production I'd like to make the downtime as short as possible.
mysql
myisam
innodb
Since the table is used in production I'd like to make the downtime as short as possible.
september 2011 by sweeney