You are here

function dba_mysql_report_help_merge_passes in Database Administration 7

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

File

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

Code

function dba_mysql_report_help_merge_passes() {
  return t("When executing your sort queries, the database is frequently having to process them in multiple passes.  You may improve database performance by increasing your sort_buffer_size tunable.  Note that this is a per-connection memory allocation, so don't increase the setting too quickly and monitor the change closely to be sure you've not over allocated memory.");
}