From b2f3eac0439fb3da62fd6a8474a82bc2b78678e9 Mon Sep 17 00:00:00 2001 From: Bin Wang Date: Sat, 30 Nov 2024 11:19:04 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 26c1bd1..e2192cf 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ Extract some insightful technical points from the book "The Art of Problem-Solvi # Table of Contents +[Analysis of the Root Causes of MySQL Performance Degradation](sysbench_perf_degradation.md) + [How can the scalability of MySQL be improved](scalability.md) [How to explain why Repeatable Read surprisingly outperforms Read Committed?](isolation.md) @@ -43,5 +45,3 @@ Extract some insightful technical points from the book "The Art of Problem-Solvi # Errata If you find any errata in the book, [please open a new issue](https://github.com/enhancedformysql/The-Art-of-Problem-Solving-in-Software-Engineering_How-to-Make-MySQL-Better/issues). - -