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
You'll learn how to use a measurement-driven approach to tune MySQL on Arm-based platforms.
33
+
You'll learn how to use a measurement-driven approach to tune MySQL performance on Arm-based platforms.
34
34
You'll explore system factors — storage technology and file systems,
35
-
disk scheduling, kernel memory management, compiler, and library versions — that you can adjust. In addition, you'll focus on MySQL parameters related to connection
35
+
disk scheduling, kernel memory management, compiler, and library versions — that you can adjust. In addition, you'll learn about optimizable MySQL parameters related to connection
36
36
handling, memory usage, disk flush behavior, and concurrency, and learn how to enable and
37
37
size huge pages based on the InnoDB buffer pool. By the end, you'll know what parameters to update for running controlled experiments,
38
38
and be able to make persistent configuration choices aligned with your workload.
@@ -45,7 +45,7 @@ generated_summary_faq:
45
45
- question: Should I set MySQL parameters in an option file or on the mysqld command line?
46
46
answer: >-
47
47
Use an option file for persistent tuning so changes are reviewable, version controlled,
48
-
and applied on restart. The examples target the [mysqld] group; command-line flags are suitable
48
+
and applied on restart. The examples in the Learning Path target the [mysqld] group. Command-line flags are suitable
49
49
for temporary tests.
50
50
- question: Which storage option should I use when testing performance?
0 commit comments