Skip to content

Commit 8dbebd6

Browse files
authored
update mysql docs
1 parent d99ac25 commit 8dbebd6

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

  • i18n/en/docusaurus-plugin-content-docs/version-2.0/apps
  • versioned_docs/version-2.0/apps

i18n/en/docusaurus-plugin-content-docs/version-2.0/apps/mysql.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,15 @@ Migrating from MySQL to MySQL is usually accomplished quickly by **importing and
108108

109109
However, migrations from other DBMS to MySQL are best handled using a migration tool such as [MySQL Workbench: Database Migration](https://www.mysql.com/products/workbench/migrate/)
110110

111+
### Performance Optimization
112+
113+
Proper parameter configuration is critical for MySQL performance. The following core parameters can significantly enhance database response speed and processing capacity:
114+
115+
- **`max_connections`**
116+
- **`innodb_buffer_pool_size`**
117+
- **`innodb_log_file_size`**
118+
- **`innodb_flush_log_at_trx_commit`**
119+
- **`innodb_io_capacity`**
111120

112121
### Audit
113122

versioned_docs/version-2.0/apps/mysql.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,15 @@ MySQL 到 MySQL 的迁移,通常可以通过数据的**导入导出**快速实
109109

110110
但是,其他 DBMS 到 MySQL 的迁移最好是使用迁移工具,例如:[MySQL Workbench: Database Migration](https://www.mysql.com/products/workbench/migrate/)
111111

112+
### 性能优化
113+
114+
合理的参数配置对 MySQL 性能至关重要。以下核心参数能够显著提升数据库的响应速度和处理能力:
115+
116+
- **`max_connections`**
117+
- **`innodb_buffer_pool_size`**
118+
- **`innodb_log_file_size`**
119+
- **`innodb_flush_log_at_trx_commit`**
120+
- **`innodb_io_capacity`**
112121

113122
### 审计
114123

0 commit comments

Comments
 (0)