.MYI Extension de fichier
MySQL MyISAM Index File
| Développeur | Oracle |
| Popularité |
3.3 | 3 Votes |
Qu'est-ce qu'un fichier MYI ?
Index of a MyISAM table created within a MySQL database; defines the structure of the table and includes a counter in the header that shows whether or not the table has been closed properly.
Plus d'informations
MyISAM is the default storage engine used by MySQL. It manages non-transactional tables and provides high-speed data storage and retrieval operations.