mariadb/storage/innobase/btr
Marko Mäkelä 3cc9ac0b30 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
depended on the initial innodb_buffer_pool_size and was insufficient
for some workloads, leading to excessively long hash bucket chains.
If innodb_adaptive_hash_index_cells is at its minimum and default value
16381 at startup, it will be derived from the innodb_buffer_pool_size,
for backward compatibility.
2025-09-30 10:15:09 +03:00
..
btr0btr.cc Merge 11.4 into 11.8 2025-09-30 09:28:08 +03:00
btr0bulk.cc MDEV-37152: Remove many calls to _current_thd() 2025-09-29 14:35:02 +03:00
btr0cur.cc Merge 11.4 into 11.8 2025-09-30 09:28:08 +03:00
btr0pcur.cc Merge 11.4 into 11.8 2025-09-29 18:25:09 +03:00
btr0sea.cc MDEV-37482: Introduce innodb_adaptive_hash_index_cells 2025-09-30 10:15:09 +03:00