Join Buffer Size recommendation Link Broken #722
This commit is contained in:
parent
7ab60ba85b
commit
290b32d3f2
1 changed files with 1 additions and 2 deletions
|
@ -3562,8 +3562,7 @@ sub mysql_stats {
|
|||
push(
|
||||
@generalrec,
|
||||
"We will suggest raising the 'join_buffer_size' until JOINs not using indexes are found.
|
||||
See https://dev.mysql.com/doc/internals/en/join-buffer-size.html
|
||||
(specially the conclusions at the bottom of the page)."
|
||||
See https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_join_buffer_size"
|
||||
);
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in a new issue