You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: i18n/en/docusaurus-plugin-content-docs/version-2.0/apps/mysql.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,15 @@ Migrating from MySQL to MySQL is usually accomplished quickly by **importing and
108
108
109
109
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/)
110
110
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:
0 commit comments