.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.