Completed
Scans
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Litestream: Making Single-Node Deployments Cool Again
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Why this talk
- 3 What is Litestream
- 4 What is SQLite
- 5 SQLite layout
- 6 SQLite history
- 7 Right Ahead Log
- 8 Cost of Computing
- 9 Database Performance
- 10 SQL Wall
- 11 Scans
- 12 Page pointers
- 13 Asynchronous replication
- 14 Virtual memory vs rollback journal
- 15 Cost model
- 16 Lessons from Livestream
- 17 LightFS
- 18 Postgres
- 19 Why use Console
- 20 How big is the database
- 21 Other features
- 22 Alternatives
- 23 Graphbased replication
- 24 VFSbased replication
- 25 PostgreSQL
- 26 Summary
- 27 Questions