File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ Have a look at #452 solution given by @ericx
174
174
Performance tips
175
175
--
176
176
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.
178
178
Be sure that innodb_stats_on_metadata is disabled.
179
179
180
180
``` bash
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ Sysschema не установлена по умолчанию на MariaDB 10.x.
156
156
157
157
Советы по производительности
158
158
--
159
- Обновление статистики метадаты могут очень сильно влиять на производительсноить сервера баз данных и MySQLTuner.
159
+ Обновление статистики метадаты в версии MySQL 5.6 и ниже могут очень сильно влиять на производительность сервера баз данных и MySQLTuner.
160
160
Убедитесь, что innodb_stats_on_metadata отключен.
161
161
162
162
set global innodb_stats_on_metadata = 0;
You can’t perform that action at this time.
0 commit comments