File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+ * Set InnoDB buffer pool size to 1G for improved query performance. (#71 )
2425* Relaxed Terraform version constraint to accept any 1.x release. (#40 )
2526
2627### Removed
Original file line number Diff line number Diff line change @@ -14,3 +14,5 @@ ssl-key = "/etc/mysql/ssl/mysql_server_key.pem"
1414require_secure_transport = "ON"
1515max_connections = "50"
1616max_connect_errors = "50"
17+ innodb_buffer_pool_size = "1G"
18+ innodb_buffer_pool_instances = "1"
You can’t perform that action at this time.
0 commit comments