As I'm considering the upgrade from 5.5 to 8.0, I'm reading that 8.0 is significantly improved for InnoDB.
It's my understanding, though, that InnoDB is best for tables with a lot of writes, while MyISAM outperforms on tables with a lot more read activity than writes. Is that correct?
Most (if not all) of my tables have a huge amount more reads than writes, so I'm thinking that I should stick with MyISAM... unless MySQL 8.0 has improved InnoDB to the point that it would be faster than MyISAM now?