Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
The Computer Science Behind a Modern Distributed Data Store
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Data stores are distributed
- 3 Consensus
- 4 The traditional solution
- 5 My advice
- 6 Raft
- 7 Home Protocol
- 8 Raft Demo
- 9 Sorting
- 10 Mergesort
- 11 Log structured merge trees
- 12 Log structured merge trees overview
- 13 Hybrid logical clocks overview
- 14 Hybrid logical clocks
- 15 Distributed transactions
- 16 Distributed systems
- 17 Multiversion concurrency control
- 18 Questions