Completed
Looks Like a Speedup Curve
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Everyone Loves File - File Storage Service in Oracle Cloud Infrastructure
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What is File Storage Service
- 3 Architecture of File Storage Service
- 4 Problems with Standard File Servers
- 5 Scale Up: FSS Distributes Data Structures Across Servers
- 6 Represent Inodes as Tabular Data instead of implementing the inodes directly
- 7 Store the Tabular Data in a Distributed B-tree
- 8 Updating the B-tree Requires Atomic Operations Across Servers
- 9 The Problem with 2PC
- 10 Paxos Doesn't Get Stuck
- 11 FSS Uses Paxos to Implement two-phase commit
- 12 How Big is an Extent?
- 13 Multipage Store Conditional (MPSC) On top of 2PC, We program FSS using an
- 14 A Simple Throughput Model
- 15 Looks Like a Speedup Curve