Skip to content

Commit b8e8e85

Browse files
edits
1 parent 8315c95 commit b8e8e85

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • content/learning-paths/servers-and-cloud-computing/mysql_tune

content/learning-paths/servers-and-cloud-computing/mysql_tune/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ generated_summary_faq:
3030
faq_generated_at: '2026-06-26T21:28:59Z'
3131
faq_source_hash: 19acf30951401ec15201ee8e387eb59f9248f627664bc693cf05928233bf2b6f
3232
summary: >-
33-
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.
3434
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
3636
handling, memory usage, disk flush behavior, and concurrency, and learn how to enable and
3737
size huge pages based on the InnoDB buffer pool. By the end, you'll know what parameters to update for running controlled experiments,
3838
and be able to make persistent configuration choices aligned with your workload.
@@ -45,7 +45,7 @@ generated_summary_faq:
4545
- question: Should I set MySQL parameters in an option file or on the mysqld command line?
4646
answer: >-
4747
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
4949
for temporary tests.
5050
- question: Which storage option should I use when testing performance?
5151
answer: >-

0 commit comments

Comments
 (0)