MySQL Forums
Forum List  »  InnoDB

Re: How complicated is it to change from an old MySQL (MyISAM) to the newst MySQL (INNODB)
Posted by: Peter Brawley
Date: November 23, 2015 01:04PM

You'll need to tweak MySQL settings for performance, see http://mysql.rjweb.org/doc.php/memory, and you'll likely want to tweak some queries.

Then you'll want to take advantage of transactional control, perhaps foreign keys &c. That depends on the tables.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: How complicated is it to change from an old MySQL (MyISAM) to the newst MySQL (INNODB)
856
November 23, 2015 01:04PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.