You are here

function dba_mysql_report_help_read_hit in Database Administration 7

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

File

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

Code

function dba_mysql_report_help_read_hit() {
  return t("This is the ratio of key reads from the hard disk to key read from 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.\n\nIf MySQL has only been running for 1 or 2 hours, give this value more time to improve.");
}