MySQL - Difference of InnoDB and MYISAM

preview_player
Показать описание
Why MySQL has change their default storage engine to InnoDB from MYISAM?

Check out this awesome video tutorial.

MySQL Indexing for Performance
by Pinal Dave
Рекомендации по теме
Комментарии
Автор

InnoDB 5.6 does support fulltext index types.

oneein
Автор

great info! didn't know it took mysql that long to introduce transactions into their database

humble_integrity
Автор

Some issues : after converting everything to InnoDB on my local server, reading performance was 1.5 to 2 x slower... also trying to convert a table with 1 million entries mostly destined to write stats, the operation is not completed after 25 minutes, so for big tables, better do a backup, delete any data, convert, then import.
Yet another issue, on the web server, reading from an InnoDB table with 30-50, 000 entries to update columns from a MyISAM table freezes the whole phpmyadmin interface everytime, despite the fact that the updated data itself looks correct afterwards...

smartcatcollarproject
Автор

Could you help me please? 😥😥😥😥😥😥
I want to know what types of searching algorithms used in each
Please help me 😭

freedomformysyria
Автор

InnoDB supports less columns compares to MyISAM.

spordniar