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:
Jean-Marie Renouard 2023-07-27 14:56:37 +02:00 committed by GitHub
commit 5bc816e88d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -156,7 +156,7 @@ Sysschema не установлена по умолчанию на MariaDB 10.x.
Советы по производительности
--
Обновление статистики метадаты могут очень сильно влиять на производительсноить сервера баз данных и MySQLTuner.
Обновление статистики метадаты в версии MySQL 5.6 и ниже могут очень сильно влиять на производительность сервера баз данных и MySQLTuner.
Убедитесь, что innodb_stats_on_metadata отключен.
set global innodb_stats_on_metadata = 0;