intro
lab1也就是写一个buffer pool, 所以说这一节特别重要, 务必要弄懂!!!
database storage
spatial control: where to write pages to disk, the goal is to keep pages that are used together often as physically close together as possible on the disk;
Temporal Control:When to read pages into memory, and when to write them to disk.The goal is minimize the number of stalls from having to read data from disk.
more >>