MySQL MyISAM Static And MyISAM Dynamic

In MyISAM static all the fields will have fixed width. The Dynamic MyISAM table will have fields like TEXT, BLOB, etc. to accommodate the data types with various lengths.

MyISAM Static would be easier to restore in case of corruption.

Leave a Reply

Your email address will not be published. Required fields are marked *