OLTP – Phase 5 Buffer Pool Manager

📝

内容提要

Every time the database reads a row, it calls HeapFile.ReadPage() which seeks to a position in the file, reads 4096 bytes from disk, and copies them into memory. When a sequential scan reads page...

➡️

继续阅读