What is the best isolation level for MySql using InnoDB

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

par Tim Hunt,
Nombre de réponses : 0
Avatar Core developers Avatar Documentation writers Avatar Particularly helpful Moodlers Avatar Peer reviewers Avatar 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.