File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ Have a look at #452 solution given by @ericx
174174Performance tips
175175--
176176
177- Metadata statistic updates can strongly impact performance of database servers.
177+ Metadata statistic updates in MySQL 5.6 and lower can strongly impact performance of database servers.
178178Be sure that innodb_stats_on_metadata is disabled.
179179
180180``` bash
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ Sysschema не установлена по умолчанию на MariaDB 10.x.
156156
157157Советы по производительности
158158--
159- Обновление статистики метадаты могут очень сильно влиять на производительсноить сервера баз данных и MySQLTuner.
159+ Обновление статистики метадаты в версии MySQL 5.6 и ниже могут очень сильно влиять на производительность сервера баз данных и MySQLTuner.
160160Убедитесь, что innodb_stats_on_metadata отключен.
161161
162162 set global innodb_stats_on_metadata = 0;
You can’t perform that action at this time.
0 commit comments