isisun photos
Categories
Charts
Visitors
Tag Archives: InnoDB
MySQL Storage Engine
Storage Engines
MyISAM table type is mature, stable, and simple to manage
-MyISAM Static
-MyISAM Dynamic
-MyISAM Compressed
InnoDB -a modern alternative to MyISAM, which above all offers the following additional functions:
-Transactions
-Row Level Locking
-Foreign Key Constraints
-Crash Recovery
Limitations and Drawbacks:
-Tablespace Administration:the InnoDB table driver stores all data and indexes in a tablespace, comprising one or more files, that [...]

Tunning MySQL InnoDB performance