From 69dd16292369f72d0f65ad4e9863fa65231a7216 Mon Sep 17 00:00:00 2001 From: Ashish Pratap Singh Date: Tue, 2 Jul 2024 21:22:10 -0700 Subject: [PATCH] Update database scaling article --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e21fe1..85b95f8 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Learn System Design concepts and prepare for interviews using free resources. - [HeartBeats](https://blog.algomaster.io/p/heartbeats-in-distributed-systems) - [Circuit Breaker](https://medium.com/geekculture/design-patterns-for-microservices-circuit-breaker-pattern-276249ffab33) - [Idempotency](https://blog.dreamfactory.com/what-is-idempotency/) -- [Database Scaling](https://thenewstack.io/techniques-for-scaling-applications-with-a-database/) +- [Database Scaling](https://blog.algomaster.io/p/system-design-how-to-scale-a-database) - [Data Replication](https://redis.com/blog/what-is-data-replication/) - [Data Redundancy](https://www.egnyte.com/guides/governance/data-redundancy) - [Database Sharding](https://blog.algomaster.io/p/what-is-database-sharding)