Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
SplinterDB: A Key-Value Store for Modern Storage Devices - Lecture
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 SplinterDB Story
- 3 What is VSAN
- 4 External Memory Model
- 5 ComparisonBased Dictionaries
- 6 Using Hashing and Filters
- 7 Question Why is lookups not one read
- 8 Optimal Data Structures
- 9 Introducing RoxDB
- 10 Application Benchmark Suite
- 11 Data Structures
- 12 Btree
- 13 Epsilon
- 14 B Trees
- 15 B Epsilon Tree
- 16 Buffer Rewriting
- 17 Fixing Lookup
- 18 Using Filters
- 19 Fixing Lookups
- 20 The Problem with the Solution
- 21 What is a Maplist
- 22 Maplet
- 23 Low Memory
- 24 redundant data
- 25 multiple branches
- 26 mapplets
- 27 Heap
- 28 Benchmark
- 29 Sequential Insertions
- 30 Flushing Data
- 31 Benefits
- 32 Parallel Serialization