What is optimal isolation level for MySql using InnoDB running Moodle 1.9.X
        Posted  
        
            by Piotr Kochanski
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Piotr Kochanski
        
        
        
        Published on 2010-03-16T08:13:38Z
        Indexed on 
            2010/03/16
            8:16 UTC
        
        
        Read the original article
        Hit count: 495
        
Which InnoDB isolation level should be used with Moodle 1.9.X. The default is REPEATABLE READ, is it save, however, to use READ COMMITTED for better performace?
© Stack Overflow or respective owner