What is the best isolation level for MySql using InnoDB

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

by Tim Hunt -
Number of replies: 0
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of 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.