You are here

function dba_mysql_report_help_table_cache in Database Administration 7

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

File

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

Code

function dba_mysql_report_help_table_cache() {
  return t("Your table cache is full, you may want to consider increasing it. However, monitor your total memory consumption carefully, and don't set this value larger than you need. Note that different threads can open the same table, thus on a busy database you can frequently have more tables open than actually exist in your database.\n\nAdjust the table_cache tunable.");
}