OLTP – Phase 1 Pages and Heap Files
📝
内容提要
Every database needs to store data on disk and read it back. But disks don’t work like memory — you can’t read a single byte efficiently. Disk I/O works in blocks. The operating system reads and...
➡️