mariadb/mysql-test/suite/innodb
Marko Mäkelä 7430887b80 MDEV-37482: Introduce innodb_adaptive_hash_index_cells
SET GLOBAL innodb_adaptive_hash_index_cells may be executed
while the server is running. This parameter will be effectively
multiplied by innodb_adaptive_hash_index_parts, because each partition will
contain its own hash table.

Previously, the number of hash table cells in the InnoDB adaptive hash index
dependended on the initial innodb_buffer_pool_size and was insufficient
for some workloads, leading to excessively long hash bucket chains.
2025-09-17 10:15:35 +03:00
..
include Merge branch '11.1' into 11.2 2024-05-13 10:00:26 +02:00
r MDEV-37482: Introduce innodb_adaptive_hash_index_cells 2025-09-17 10:15:35 +03:00
t MDEV-37482: Introduce innodb_adaptive_hash_index_cells 2025-09-17 10:15:35 +03:00