Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
Description:
|
------------
|
A new variable innodb_adaptive_hash_index_parts was introduced to
|
control the partition number of the latch for AHI, default value
|
is 8, range from 1 to 512.
|
https://github.com/alibaba/AliSQL/commit/a7716a9a62837b51b4d6dacaab0e275f911a0c9a
plinux, the btr_search_latch was split in MySQL 5.7, and MariaDB 10.2.2 is based on MySQL 5.7.9. So, MariaDB already has this feature.