Skip to content

Commit c20bcbf

Browse files
authored
Merge pull request #744 from paskal/remove_innodb_stats_on_metadata
Remove innodb_stats_on_metadata mentions in Readme
2 parents b10cdb7 + 01a1e53 commit c20bcbf

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

README.md

-10
Original file line numberDiff line numberDiff line change
@@ -171,16 +171,6 @@ Errors & solutions for performance schema installation
171171
ERROR at line 21: Failed to open file './tables/sys_config_data_10.sql -- ported', error: 2
172172
Have a look at #452 solution given by @ericx
173173

174-
Performance tips
175-
--
176-
177-
Metadata statistic updates in MySQL 5.6 and lower can strongly impact performance of database servers.
178-
Be sure that innodb_stats_on_metadata is disabled.
179-
180-
```bash
181-
set global innodb_stats_on_metadata = 0;
182-
```
183-
184174
Fixing sysctl configuration (/etc/sysctl.conf)
185175
--
186176

README.ru.md

-7
Original file line numberDiff line numberDiff line change
@@ -154,13 +154,6 @@ Sysschema не установлена по умолчанию на MariaDB 10.x.
154154
ERROR at line 21: Failed to open file './tables/sys_config_data_10.sql -- ported', error: 2
155155
Посмотрите на #452 решение, данное @ericx
156156

157-
Советы по производительности
158-
--
159-
Обновление статистики метадаты в версии MySQL 5.6 и ниже могут очень сильно влиять на производительность сервера баз данных и MySQLTuner.
160-
Убедитесь, что innodb_stats_on_metadata отключен.
161-
162-
set global innodb_stats_on_metadata = 0;
163-
164157
Примеры использования
165158
--
166159

0 commit comments

Comments
 (0)