Skip to content

PRO TIP Block youtube.com at the DNS level — Pi-hole, NextDNS or your hosts file — but allow youtube-nocookie.com and i.ytimg.com. These tutorials keep playing; the rabbit hole does not.

Learning without distractions

Data Consistency and Tradeoffs in Distributed Systems

243.8K views on YouTube

This is a detailed video on consistency in distributed systems.

00:00 What is consistency?
00:36 The simplest case
01:32 Single node problems
03:35 Splitting the data
04:23 Problems with disjoint data
07:10 Data Copies
12:01 The two generals problem
13:56 Leader Assignment
15:24 Consistency Tradeoffs
15:56 Two phase commit
25:00 Eventual Consistency

Eventual Consistency: https://interviewready.io/learn/system-design-course/consistency-in-distributed-systems/Eventual-Consistency

You can follow me on:
Instagram: https://www.instagram.com/interviewready_/
LinkedIn: https://www.linkedin.com/company/interview-ready/
Github: https://github.com/coding-parrot/
Twitter: https://twitter.com/gkcs_

#SystemDesign #DistributedSystems #Consistency