more slides

master
Oliver Kennedy 2024-02-12 15:22:31 -05:00
parent 465e70c7b4
commit ec23952aa4
Signed by: okennedy
GPG Key ID: 3E5F9B3ABD3FDB60
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@ schedule:
detail: A review of the memory hierarchy, formalizing the external memory model, and an overview of techniques for managing data in external memory, including sorting as an example.
- topic: B+ Trees
detail: We build a B+ Tree from first principles and binary search
docs:
notes: slide/04-serialization.pdf
- topic: Write-Optimized structures
detail: We build up LSM trees and Beta-Epsilon Trees from first principles
- topic: The Shuffle Operation