Advice to developers on managing MySQLinsidechannelmeter.wordpress.com 2 pointsdstorrs15 years ago1 commentSaveHideCopy link On HNComments−brk15yGreat 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;'.
Comments
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;'.