Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 832 Bytes

File metadata and controls

23 lines (14 loc) · 832 Bytes

Performance Tuning Recommendations

This document describes recommendations for performance tuning of the Diego Data Store.

Table of Contents

  1. MySQL Performance Tuning

MySQL Performance Tuning

Operators can set the following values in the case of a high traffic deployment:

  • Set the innodb_flush_log_at_trx_commit to 0 so 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_commit in the deployment mainfest to 0.