Commit d31ddea
Set InnoDB buffer pool size to 1G
Configure innodb_buffer_pool_size=1G and innodb_buffer_pool_instances=1
to reduce disk I/O for repeated BI queries. The default 128MB causes
every query to hit disk instead of being served from memory.
Closes #71
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 0ab8ce7 commit d31ddea
2 files changed
Lines changed: 3 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 | + | |
| 18 | + | |
0 commit comments