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
+25-13Lines changed: 25 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,30 +7,42 @@ Building on the goal of enhancing MySQL scalability, this book explores various
7
7
[Preface](Preface.md)
8
8
9
9
[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)
12
14
13
15
[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)
18
24
19
25
[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)
24
34
25
35
[Part4 Tuning](Part4.md)
26
-
[Chapter 11: Performance Tuning](Chapter 11.md)
36
+
37
+
[Chapter 11: Performance Tuning](Chapter11.md)
27
38
28
39
[Part5 Conclusion](Part5.md)
29
-
[Chapter 12: Future Directions](Chapter 12.md)
40
+
41
+
[Chapter 12: Future Directions](Chapter12.md)
30
42
31
43
[References](References.md)
32
44
33
45
[Appendix](Appendix.md)
34
46
35
47
### 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