When it is time for a table to change from MyISAM to InnoDb?
问题 This question is like a continuation of my previous question: Am I right that InnoDb is better for frequent concurrent updates and inserts than MyISAM? But this time I have concrete questions. We know that MyISAM is faster than InnoDb when we don't have many concurrent updates (inserts). When we have many concurrent updates MyISAM table gets locked and all other clients should wait. 1) But when it is time to change from MyISAM to InnoDb? 1 update every second? 10 updates every second? 100