more slides

This commit is contained in:
Oliver Kennedy 2024-02-12 15:22:31 -05:00
parent 465e70c7b4
commit ec23952aa4
Signed by: okennedy
GPG key ID: 3E5F9B3ABD3FDB60

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. 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 - topic: B+ Trees
detail: We build a B+ Tree from first principles and binary search detail: We build a B+ Tree from first principles and binary search
docs:
notes: slide/04-serialization.pdf
- topic: Write-Optimized structures - topic: Write-Optimized structures
detail: We build up LSM trees and Beta-Epsilon Trees from first principles detail: We build up LSM trees and Beta-Epsilon Trees from first principles
- topic: The Shuffle Operation - topic: The Shuffle Operation