Completed
Search
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Neon: Serverless PostgreSQL - Separation of Storage and Compute
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What is Neon?
- 3 We love PostgreSQL
- 4 Separation of Storage and Compute
- 5 Why separate compute and storage?
- 6 Detour: PostgreSQL Write-Ahead Log
- 7 Write path: Pageservers
- 8 Read path: Pageservers
- 9 Control plane and proxy
- 10 Traditional Point-In-Time Recovery
- 11 Storage engine
- 12 Why not use an existing LSM implementation?
- 13 Storage format
- 14 Search
- 15 Image layer creation
- 16 Compaction
- 17 Garbage collection
- 18 Branching
- 19 Open questions