Hello,
All recent tests that I've found suggest that InnoDB outperforms MyISAM in almost all cases. Still, it's said that MyISAM is better for case scenarios where selects are vast majority (but it's not confirmed in tests). So when MyISAM is really better? (let's assume that there will be only 'select' queries)
Regards,
Lucek
All recent tests that I've found suggest that InnoDB outperforms MyISAM in almost all cases. Still, it's said that MyISAM is better for case scenarios where selects are vast majority (but it's not confirmed in tests). So when MyISAM is really better? (let's assume that there will be only 'select' queries)
Regards,
Lucek
Comment