Is it possible to optimize lock_sys->mutex?
Posted by:
Zhou Zhou
Date: March 01, 2019 01:56AM
Hi there!
I am studying InnoDB recently, and found the global mutex lock_sys->mutex becomes the main bottleneck in some scenario. Is it possible to apply some optimization on it, like fine-grained locking (segment the lock_sys->rec_hash into multiple hash tables and protect them by different mutexs)? Or are there some fundamental challenges?
Subject
Views
Written By
Posted
Is it possible to optimize lock_sys->mutex?
718
March 01, 2019 01:56AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.