Skip to content

Commit 9848ec6

Browse files
authored
Update README.md
1 parent ee77fbd commit 9848ec6

File tree

1 file changed

+25
-13
lines changed

1 file changed

+25
-13
lines changed

README.md

Lines changed: 25 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,42 @@ Building on the goal of enhancing MySQL scalability, this book explores various
77
[Preface](Preface.md)
88

99
[Part1 Problems](Part1.md)
10-
[Chapter 1: Traditional Methods for Solving MySQL Problems](Chapter 1.md)
11-
[Chapter 2: Mysterious MySQL Problems](Chapter 2.md)
10+
11+
[Chapter 1: Traditional Methods for Solving MySQL Problems](Chapter1.md)
12+
13+
[Chapter 2: Mysterious MySQL Problems](Chapter2.md)
1214

1315
[Part2 Basics](Part2.md)
14-
[Chapter 3: How to Solve Software Problems Effectively](Chapter 3.md)
15-
[Chapter 4: Fundamentals of Computer Science](Chapter 4.md)
16-
[Chapter 5: MySQL Internals](Chapter 5.md)
17-
[Chapter 6: How to Scientifically Test MySQL Performance?](Chapter 6.md)
16+
17+
[Chapter 3: How to Solve Software Problems Effectively](Chapter3.md)
18+
19+
[Chapter 4: Fundamentals of Computer Science](Chapter4.md)
20+
21+
[Chapter 5: MySQL Internals](Chapter5.md)
22+
23+
[Chapter 6: How to Scientifically Test MySQL Performance?](Chapter6.md)
1824

1925
[Part3 Analyzing and Addressing MySQL Problems](Part3.md)
20-
[Chapter 7: Key Improvements of MySQL 8.0 Over MySQL 5.7](Chapter 7.md)
21-
[Chapter 8: Refining MySQL 8.0: Next-Level Improvements](Chapter 8.md)
22-
[Chapter 9: Major Enhancements in Group Replication](Chapter 9.md)
23-
[Chapter 10: Major Improvements for MySQL Secondary Replay](Chapter 10.md)
26+
27+
[Chapter 7: Key Improvements of MySQL 8.0 Over MySQL 5.7](Chapter7.md)
28+
29+
[Chapter 8: Refining MySQL 8.0: Next-Level Improvements](Chapter8.md)
30+
31+
[Chapter 9: Major Enhancements in Group Replication](Chapter9.md)
32+
33+
[Chapter 10: Major Improvements for MySQL Secondary Replay](Chapter10.md)
2434

2535
[Part4 Tuning](Part4.md)
26-
[Chapter 11: Performance Tuning](Chapter 11.md)
36+
37+
[Chapter 11: Performance Tuning](Chapter11.md)
2738

2839
[Part5 Conclusion](Part5.md)
29-
[Chapter 12: Future Directions](Chapter 12.md)
40+
41+
[Chapter 12: Future Directions](Chapter12.md)
3042

3143
[References](References.md)
3244

3345
[Appendix](Appendix.md)
3446

3547
### Errata
36-
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).
48+
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).

0 commit comments

Comments
 (0)