Merge pull request #709 from paskal/master
Clarify that innodb_stats_on_metadata is actual only in MySQL<=5.6
This commit is contained in:
commit
5bc816e88d
2 changed files with 2 additions and 2 deletions
|
@ -174,7 +174,7 @@ Have a look at #452 solution given by @ericx
|
|||
Performance tips
|
||||
--
|
||||
|
||||
Metadata statistic updates can strongly impact performance of database servers.
|
||||
Metadata statistic updates in MySQL 5.6 and lower can strongly impact performance of database servers.
|
||||
Be sure that innodb_stats_on_metadata is disabled.
|
||||
|
||||
```bash
|
||||
|
|
|
@ -156,7 +156,7 @@ Sysschema не установлена по умолчанию на MariaDB 10.x.
|
|||
|
||||
Советы по производительности
|
||||
--
|
||||
Обновление статистики метадаты могут очень сильно влиять на производительсноить сервера баз данных и MySQLTuner.
|
||||
Обновление статистики метадаты в версии MySQL 5.6 и ниже могут очень сильно влиять на производительность сервера баз данных и MySQLTuner.
|
||||
Убедитесь, что innodb_stats_on_metadata отключен.
|
||||
|
||||
set global innodb_stats_on_metadata = 0;
|
||||
|
|
Loading…
Reference in a new issue