From fe09911c0dd80e909c29f3c99997d1b0d662ecf9 Mon Sep 17 00:00:00 2001 From: Ashish Pratap Singh Date: Sun, 12 May 2024 07:18:46 -0700 Subject: [PATCH] Update Database Sharding article --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea0c145..8c933f9 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Learn System Design concepts and prepare for interviews using free resources. - [Database Scaling](https://thenewstack.io/techniques-for-scaling-applications-with-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://www.mongodb.com/features/database-sharding-explained#) +- [Database Sharding](https://newsletter.ashishps.com/p/what-is-database-sharding) - [Microservices Guidelines](https://newsletter.systemdesign.one/p/netflix-microservices) - [Failover](https://avinetworks.com/glossary/failover/) - [Proxy Server](https://www.fortinet.com/resources/cyberglossary/proxy-server)