Key k has an old copy in a run and a new copy in the memory table. Which value wins?
Where does a fresh write go first?
Compaction merges sorted runs and drops shadowed copies.
Circle one: True False
A workload writes constantly and rarely reads. Which policy fits?
A read looks for a key stored in three runs. What must it do?
A run membership filter says the key is absent. What should the read do?
Reads are slow and each key spans many runs. Which change helps most?
Pat says leveled merging rewrites data less than tiered merging. What is wrong?