Table Storage Formats
MyISAM supports three different storage formats.
- Fixed and dynamic format are chosen automatically depending on the type of columns being used.
- Fixed is sometimes called static.
- Compressed format can only be created with the
myisampack utility.
What are the MyISAM static table characteristics?
© 2007 John Michael Pierobon
Notes