Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Fix
-
10.0.8
-
None
-
10.1.7-1
Description
According to my benchmarks, normal mutexes scale better than adaptive at high thread count. At low thread count they behave similarly.
LOCK_open and THR_LOCK::mutex are the hot-path mutexes and thus are mostly affected.
See also:
http://svoj-db.blogspot.ru/2014/02/mariadb-mutexes-scalability.html
http://svoj-db.blogspot.ru/2014/02/mariadb-mutexes-scalability-continued.html