Commit c4b9346
Disable InnoDB Adaptive Hash Index
Superset BI workloads are dominated by range scans (SQL Lab analytics)
rather than point lookups where AHI helps. Disabling AHI frees buffer
pool memory for actual data pages. Re-enable after profiling with
SHOW ENGINE INNODB STATUS if hash searches exceed 10% of non-hash.
Closes #83
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 0ab8ce7 commit c4b9346
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
0 commit comments