Skip to content

Commit ad1ffeb

Browse files
committed
Update README.md
1 parent efba4ae commit ad1ffeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 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.
4+
This book uses MySQL challenges as case studies to explore problem analysis and resolution strategies. Readers will gain a deeper appreciation for logical reasoning, data structures, algorithms, and more through practical examples and insightful discussions.
55

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

0 commit comments

Comments
 (0)