Skip to content

Commit b72397c

Browse files
committed
Optimize document
1 parent d621f22 commit b72397c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Preface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ When deploying MySQL for testing, it is preferable to match the test environment
7777
6. Improvements to MySQL are referred to as improved MySQL or modified MySQL.
7878
7. The transaction isolation level in TPC-C tests is *Read Committed*.
7979
8. The storage engine used for transactions is InnoDB.
80-
9. The **binlog_format** parameter is set to row-based format.
80+
9. The *binlog_format* parameter is set to row-based format.
8181
10. MySQL, whether primary or secondary, uses GTID (Global Transaction Identifier).
8282
11. Cluster settings include *replica_preserve_commit_order=on*.
8383
12. Unless stated otherwise, TPC-C tests are generally based on partitioned large tables.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## The Art of Problem-Solving in Software Engineering:How to Make MySQL Better
22

33
### Introduction
4-
This book delves into various MySQL low-level optimization techniques, including storage engines, binlog group commit, execution plans, Group Replication, and secondary server replay optimizations. By analyzing a wide range of complex cases, it uncovers the underlying causes of problems, applies logical reasoning for analysis, and employs data structures and algorithms for optimization, achieving significant improvements.
4+
This book delves into various low-level optimization techniques in MySQL, including storage engines, binlog group commit, execution plans, Group Replication, and secondary server replay optimizations. Through numerous complex performance cases, it demonstrates how to analyze performance issues using logical reasoning and optimize them using data structures and algorithms, achieving significant improvements.
55

66
### Table of Contents
77
[Preface](Preface.md)

0 commit comments

Comments
 (0)