Skip to content

Commit 3b2b6d5

Browse files
committed
Update Chapter1
1 parent a43d597 commit 3b2b6d5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

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

33
### Introduction
44
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.
@@ -46,3 +46,7 @@ This book delves into various MySQL low-level optimization techniques, including
4646

4747
### Errata
4848
If you find any errata in the book, [please open a new issue](https://github.com/advancedmysql/The-Art-of-Problem-Solving-in-Software-Engineering_How-to-Make-MySQL-Better/issues).
49+
50+
### Copyright
51+
52+
Copyright © wangbin579 2024. All rights reserved.

0 commit comments

Comments
 (0)