|
also with mysql your table type selectoin is important depending on the situation for each table. (lots of inserts very few selects, lots of inserts/updates and selects, etc...)
INNODB is fine for some but Innodb (row level instead of table level locking) is better for other situations.
__________________
|