Community

Some ideas on InnoDB kernel_mutex

(Mikael Ronstrom) I’ve noted that one reason that InnoDB can get difficulties when there are many concurrent transactions in the MySQL Server is that the lock time of the kernel_mutex often increases linearly with the number of active transactions. One such example is in trx_assign_read_view where

Read More - Register for Free Membership