We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f209598 commit 6081df9Copy full SHA for 6081df9
1 file changed
mysqltuner.pl
@@ -3130,6 +3130,9 @@ sub mysql_stats {
3130
. $table_cache_var
3131
. " over 64: http://bit.ly/1mi7c4C" );
3132
push( @generalrec,
3133
+ "Read this before increasing for MAriaDB"
3134
+ . " https://mariadb.com/kb/en/library/optimizing-table_open_cache/");
3135
+ push( @generalrec,
3136
"This is MyISAM only table_cache scalability problem, InnoDB not affected."
3137
);
3138
0 commit comments