[prev] 45 [next]

Buffer Pool

Aim of buffer pool:
  • hold pages read from database files, for possible re-use
Used by:
  • access methods which read/write data pages
  • e.g. sequential scan, indexed retrieval, hashing
Uses:
  • file manager functions to access data files

Note: we use the terms page and block interchangably