MyISAM & InnoDB

2 posts by 2 authors in: Forums > CMS Builder
Last Post: April 6, 2012   (RSS)

Re: [gversion] MyISAM & InnoDB

By Dave - April 6, 2012

Hi Greg,

There's no automatic way to do that, and we've never tested it, but I suppose you could just change the tables and replace references in the code to 'MyISAM' with 'InnoDB'.

Another option if you anticipate more writes than reads to the database would be to look into "INSERT DELAYED ..." and "UPDATE LOW_PRIORITY ...".

Curious, what are you trying to accomplish where row-level locking would benefit?

Hope that helps!
Dave Edis - Senior Developer
interactivetools.com