now its time for Database. the major thing that beginners are curioues to know what are the difference between InnoDB and MyISAM. when where to use when.
The Simple is that to show By The Table.
My ISAM | InnoDB | |
Required full text Search | Yes | |
Require Transactions | Yes | |
frequent select queries | Yes | |
frequent insert,update,delete | Yes | |
Row Locking (multi processing on single table) | Yes | |
Relational base design | Yes |
Recent Comments