File tree 2 files changed +0
-17
lines changed
2 files changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -171,16 +171,6 @@ Errors & solutions for performance schema installation
171
171
ERROR at line 21: Failed to open file './tables/sys_config_data_10.sql -- ported', error: 2
172
172
Have a look at #452 solution given by @ericx
173
173
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
-
184
174
Fixing sysctl configuration (/etc/sysctl.conf)
185
175
--
186
176
Original file line number Diff line number Diff line change @@ -154,13 +154,6 @@ Sysschema не установлена по умолчанию на MariaDB 10.x.
154
154
ERROR at line 21: Failed to open file './tables/sys_config_data_10.sql -- ported', error: 2
155
155
Посмотрите на #452 решение, данное @ericx
156
156
157
- Советы по производительности
158
- --
159
- Обновление статистики метадаты в версии MySQL 5.6 и ниже могут очень сильно влиять на производительность сервера баз данных и MySQLTuner.
160
- Убедитесь, что innodb_stats_on_metadata отключен.
161
-
162
- set global innodb_stats_on_metadata = 0;
163
-
164
157
Примеры использования
165
158
--
166
159
You can’t perform that action at this time.
0 commit comments