Completed
Any pre-existing embedded databases?
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
RocksDB: A High Performance Embedded Key-Value Store for Flash Storage
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 A Client-Server Architecture with disks
- 3 Client-Server Architecture with fast storage
- 4 Architecture of an Embedded Database
- 5 Any pre-existing embedded databases?
- 6 Comparison of open source databases
- 7 Log Structured Merge Architecture
- 8 Leveldb has low write rates
- 9 Leveldb has high write amplification
- 10 Our solution: lower write amplification
- 11 Leveldb: read modify write = 2X IOS
- 12 Leveldb has a Rigid Design
- 13 The Changes we did to LevelDB
- 14 RocksDB is born!
- 15 What is it not?