Skip to content

Commit

Permalink
Improve performance of database imports by tweaking settings
Browse files Browse the repository at this point in the history
  • Loading branch information
pverscha committed Mar 18, 2024
1 parent bc0b735 commit 509d060
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build_database_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,3 @@ jobs:
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}


2 changes: 2 additions & 0 deletions unipept-database/config/custom_mysql_config.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ secure-file-priv = ""
local-infile=1
default-authentication-plugin=mysql_native_password
innodb_buffer_pool_size=2048M
innodb_flush_log_at_trx_commit = 0
innodb_file_per_table

0 comments on commit 509d060

Please sign in to comment.