This document describes recommendations for performance tuning of the Diego Data Store.
Operators can set the following values in the case of a high traffic deployment:
-
Set the
innodb_flush_log_at_trx_committo0so that the log buffer is written to the log file approximately every second. For more details check the MySQL manual -
If you are using CF Mysql Release, then set the
cf_mysql.mysql.innodb_flush_log_at_trx_commitin the deployment mainfest to0.