Skip to content

Commit

Permalink
Merge pull request #6 from unipept/fix/improve-performance
Browse files Browse the repository at this point in the history
Improve performance of database imports by tweaking settings
  • Loading branch information
pverscha authored Mar 18, 2024
2 parents bc0b735 + 509d060 commit 5fa5b7f
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 5fa5b7f

Please sign in to comment.