Fillin (hover over or click) the blanks to learn about InnoDB, or create your own lines

+ In MySQL, if transaction support is needed, use InnoDB, but if full text searching is needed use MyISAM
+ Extremely high concurrency is possible when using InnoDB, with the following trade-off: InnoDB requires about three times as much disk space compared to MyISAM, and for optimal performance, lots of RAM is required for the InnoDB buffer pool.


A Lefkon Development