You are here

function dba_mysql_report_help_innodb_read_hit in Database Administration 7

1 call to dba_mysql_report_help_innodb_read_hit()
dba_mysql_report_output in database/mysql.report.inc
Build mysqlreport output.

File

database/mysql.report.inc, line 596
Provides database driver specific report functions.

Code

function dba_mysql_report_help_innodb_read_hit() {
  return t("Your InnoDB buffer pool hit rate is too low, suggesting you may want to make more RAM available to InnoDB. However, you also don't ever want MySQL to cause your operating system to swap.\n\nTo allocate more memory for the InnoDB buffer pool, adjust the innodb_buffer_pool_size tunable.");
}