Wordpress & InnoDB
Posted: Tue Jul 27, 2010 12:22 am
Does anyone here have any experience converting the Wordpress database tables to InnoDB? I'm thinking about converting all the tables, except for the tables that require fulltext indexing of course, to InnoDB. I would like to do this so I can take advantage of transactions.
Maybe somehow emulating transactions would be acceptable, but that would require much more code I imagine.
I'm thinking that I could get a small performance boost out of the conversion on high traffic sites as well due to a reduction in table locks.
Maybe somehow emulating transactions would be acceptable, but that would require much more code I imagine.
I'm thinking that I could get a small performance boost out of the conversion on high traffic sites as well due to a reduction in table locks.