Skip to content

Commit 6daee8d

Browse files
author
Wiktor Maj
authored
Reduce InnoDB change buffer size for read-heavy BI workload (#114)
1 parent dfa9499 commit 6daee8d

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
* Set InnoDB buffer pool size to 1G for improved query performance. (#71)
2526
* Relaxed Terraform version constraint to accept any 1.x release. (#40)
2627

services/mysql-server/mysql_config.cnf.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ 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"
1718
innodb_buffer_pool_size = "1G"
1819
innodb_buffer_pool_instances = "1"

0 commit comments

Comments
 (0)