From 7b91b4aa34b8ce3d5b5baa5fe9d907454f54742a Mon Sep 17 00:00:00 2001 From: Ashish Pratap Singh Date: Tue, 4 Feb 2025 12:41:41 +0530 Subject: [PATCH] Update acid transactions article --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad972c6..ab343ee 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Subscribe to my [AlgoMaster Newsletter](https://bit.ly/amghsd) and get a **FREE - [Scalability](https://blog.algomaster.io/p/scalability) - [Availability](https://blog.algomaster.io/p/system-design-what-is-availability) - [CAP Theorem](https://blog.algomaster.io/p/cap-theorem-explained) -- [ACID Transactions](https://blog.algomaster.io/p/ecae03ba-1930-42ef-8796-83e2fa818989) +- [ACID Transactions](https://blog.algomaster.io/p/what-are-acid-transactions-in-databases) - [Consistent Hashing](https://highscalability.com/consistent-hashing-algorithm/) - [Rate Limiting](https://blog.algomaster.io/p/rate-limiting-algorithms-explained-with-code) - [SPOF](https://blog.algomaster.io/p/system-design-how-to-avoid-single-point-of-failures)