Conceptual
Login

Database Page

Databases read and write storage in fixed-size pages (commonly 8 KB), each holding many rows or index entries; a page is the atomic unit of IO and caching. Costs are counted in pages touched, not rows, which is why row size and locality matter.