Hieu Nguyen

Reading note: High Performance MySQL - Table conversion

May 20 2018


Table conversion

There are multiple ways to convert a table from one storage engine to another. Each way has each own advantages and disadvantages.

Alter Table

Dump and Import

Create and Select