File tree Expand file tree Collapse file tree
content/learning-paths/servers-and-cloud-computing/mysql_tune Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ generated_summary_faq:
4242 Run the same repeatable workload before and after the change and compare throughput, latency,
4343 and profiles. Change one parameter at a time or use a designed experiment so results are
4444 attributable to specific settings.
45- - question : Should I set MySQL parameters in an option file or on the mysqld command line?
45+ - 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 in the Learning Path 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 : >-
You can’t perform that action at this time.
0 commit comments