Completed
Tracking sets using vector clocks
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
EnclaveDB: A Secure Database Using SGX
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Secure database - properties
- 3 Outline
- 4 EnclaveDB Architecture
- 5 Why in-memory engine?
- 6 EnclaveDB Transaction API
- 7 Checkpointing
- 8 State continuity for transaction log
- 9 Tracking sets using vector clocks
- 10 Invalidating uncommitted log records
- 11 Monotonic counters
- 12 Evaluation
- 13 Performance
- 14 Summary