You are here

function dba_mysql_report_help_qc_fragmented in Database Administration 7

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

File

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

Code

function dba_mysql_report_help_qc_fragmented() {
  return t("Your query cache is highly fragmented, reducing its effectiveness.  Sometimes increasing the query_cache_size tunable helps reduce fragmentation. For Drupal websites, you can also try decreasing the query_cache_min_res_unit tunable to 2048 or 1024.");
}