You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
## The Art of Problem-Solving in Software Engineering:How to Make MySQL Better
2
2
3
3
### 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.
0 commit comments