A page, also known as a block, is a fixed-size unit of storage in PostgreSQL, typically 8 KB. Pages are the basic building blocks for storing table and index data on disk. PostgreSQL uses pages to efficiently manage disk I/O operations and to organize data within tables and indexes. ![[ex_bmp_heap.svg|300x300]]