Why MyISAM uses 3 files per table?
I know one of the file contains table definition, another contains primary key and all other indexes, third the data.
What is unclear for me, what is the benefit to keep the data in 3 files, instead in one, or in many - every index in separate file like dbase.