function dba_mysql_report_help_thread_cache in Database Administration 7
1 call to dba_mysql_report_help_thread_cache()
- dba_mysql_report_output in database/
mysql.report.inc - Build mysqlreport output.
File
- database/
mysql.report.inc, line 576 - Provides database driver specific report functions.
Code
function dba_mysql_report_help_thread_cache() {
return t("There is minimal overhead in creating threads, however if you see a large number of threads being created per second that aren't using the thread cache, you can reduce your CPU load by increasing your thread cache by adjusting the thread_cache_size tunable.");
}