What is the best isolation level for MySql using InnoDB

Re: What is the best isolation level for MySql using InnoDB

gan Tim Hunt -
Number of replies: 0
Llun o Core developers Llun o Documentation writers Llun o Particularly helpful Moodlers Llun o Peer reviewers Llun o Plugin developers
Moodle does not tend to rely on strict transactionality. (It works with MyISAM tables, after all.) So it is probably fairly safe. But worth measuring is some way to make sure it actually makes things faster. If not, safer not to make the change.