From 7e138b2c5f63799a5bf4aac3d7cc686bc0fc20d6 Mon Sep 17 00:00:00 2001 From: Ashish Pratap Singh Date: Sun, 5 May 2024 09:38:12 -0700 Subject: [PATCH] Update database index article --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 504bf31..f7477b8 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Learn System Design concepts and prepare for interviews using free resources. - [Distributed Caching](https://redis.com/glossary/distributed-caching/) - [Load Balancing](https://aws.amazon.com/what-is/load-balancing/) - [SQL vs NoSQL](https://www.integrate.io/blog/the-sql-vs-nosql-difference/) -- [Database Index](https://www.progress.com/tutorials/odbc/using-indexes) +- [Database Index](https://newsletter.ashishps.com/p/a-detailed-guide-on-database-indexes) - [Consistency Patterns](https://systemdesign.one/consistency-patterns/) - [HeartBeats](https://newsletter.ashishps.com/p/heartbeats-in-distributed-systems) - [Circuit Breaker](https://medium.com/geekculture/design-patterns-for-microservices-circuit-breaker-pattern-276249ffab33)