Buffer pool organization

Memory region organized as an array of fixed-size pages

An array entry is called a frame.

When the DBMS requests a page, an exact copy is placed into one of these frames.

Last updated