[MySQL]: Storage Engines
6.1 Comparing Transaction and Nontransaction Engines Transaction-safe tables (TSTs) have several advantages over nontransaction-safe tables (NTSTs): They are safer. Even if MySQL crashes or you get hardware problems, the database will be in a consistency form. You can combine many…