Skip to content

Commit 04ef40c

Browse files
szachovyCopilot
andcommitted
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

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121
* Completed [ARCHITECTURE.md](./docs/ARCHITECTURE.md) (#93)
2222
* Migrated CI from self-hosted to GitHub-hosted runners with Docker-in-Docker test infrastructure. (#94)
2323
* Test workflow always builds service images locally for reproducibility. (#97)
24+
* Reduced InnoDB change buffer size for read-heavy BI workload. (#72)
2425

2526
### Fixed
2627

services/mysql-server/mysql_config.cnf.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ ssl-key = "/etc/mysql/ssl/mysql_server_key.pem"
1414
require_secure_transport = "ON"
1515
max_connections = "50"
1616
max_connect_errors = "50"
17+
innodb_change_buffer_max_size = "10"

0 commit comments

Comments
 (0)