Scalability in a distributed systems ( Basics )
1. CAP Theorem
CAP Theorem states that any distributed system can guarantee only two out of three properties simultaneously.
C — Consistency: Every read receives the most recent write. All nodes see t
highleveldesign.hashnode.dev14 min read