Commit 04ef40c
Reduce InnoDB change buffer size for read-heavy BI workload
Set innodb_change_buffer_max_size=10 (down from default 25%) to free
buffer pool space for data page caching. Superset's read-heavy
workload benefits more from data caching than deferred index updates.
Closes #72
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 0ab8ce7 commit 04ef40c
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
0 commit comments