.MYI 文件扩展名
MySQL MyISAM Index File
| 开发者 | Oracle |
| 受欢迎程度 |
3.3 | 3 票 |
什么是 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.
更多信息
MyISAM is the default storage engine used by MySQL. It manages non-transactional tables and provides high-speed data storage and retrieval operations.