1.

How Is Myisam Table Stored?

Answer»

MYISAM table is stored on disk in three FORMATS.

  • '.frm' file : storing the table DEFINITION
  • '.MYD' (MYData): DATA file
  • '.MYI' (MYIndex): index file

MyISAM table is stored on disk in three formats.



Discussion

No Comment Found