You are here

function dba_mysql_report_help_write_hit in Database Administration 7

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

File

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

Code

function dba_mysql_report_help_write_hit() {
  return t("This is the ratio of key writes to the hard disk to key writes to RAM expressed as a percentage. You have a low hit rate, suggesting that your key buffer is not performing optimally. You should review what is causing this.");
}