function dba_mysql_report_help_qc_hits in Database Administration 7
1 call to dba_mysql_report_help_qc_hits()
- dba_mysql_report_output in database/
mysql.report.inc - Build mysqlreport output.
File
- database/
mysql.report.inc, line 519 - Provides database driver specific report functions.
Code
function dba_mysql_report_help_qc_hits() {
return t("QC stands for Query Cache. Ideally, this should account for the majority of your questions. Tuning your MySQL query cache could result in better performance.");
}