Advice to developers on managing MySQL (insidechannelmeter.wordpress.com) 2 points by dstorrs 15y ago ↗ HN
[–] brk 15y ago ↗ Great advice.You can also easily alter old tables to use innodb if you're running into performance issues. I beleve the command is 'ALTER TABLE foo ENGINE = INNODB;'.
1 comment
[ 5.0 ms ] story [ 21.5 ms ] threadYou can also easily alter old tables to use innodb if you're running into performance issues. I beleve the command is 'ALTER TABLE foo ENGINE = INNODB;'.