testjavascript / nodejs-integration-tests-best-practices

✅ Beyond the basics of Node.js testing. Including a super-comprehensive best practices list and an example app (March 2024)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add more mySQL optimization flags

goldbergyoni opened this issue · comments

sync_frm=0
innodb-flush-log-at-trx-commit=0
innodb-doublewrite=0
innodb-checksums=0
innodb_support_xa=0