Skip to content
This repository has been archived by the owner on Mar 22, 2020. It is now read-only.

Commit

Permalink
mysql> set global innodb_flush_log_at_trx_commit = 2; (score: 101696)
Browse files Browse the repository at this point in the history
  • Loading branch information
atton committed Jul 7, 2018
1 parent f206b00 commit 78c51b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db/init.sh
Expand Up @@ -5,4 +5,5 @@ cd $DB_DIR

mysql -uroot -e "DROP DATABASE IF EXISTS isubata; CREATE DATABASE isubata;"
mysql -uroot isubata < ./isubata.sql
mysql -uroot -e "set global innodb_flush_log_at_trx_commit = 2;"
# zcat /home/isucon/isubata/bench/isucon7q-initial-dataset.sql.gz | sudo mysql isubata

0 comments on commit 78c51b6

Please sign in to comment.