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(
|
push(
|
||||||
@generalrec,
|
@generalrec,
|
||||||
"We will suggest raising the 'join_buffer_size' until JOINs not using indexes are found.
|
"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
|
See https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_join_buffer_size"
|
||||||
(specially the conclusions at the bottom of the page)."
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in a new issue