Back to Developer Roadmap

Buffer Management

src/data/roadmaps/postgresql-dba/content/[email protected]

4.0720 B
Original Source

Buffer Management

PostgreSQL uses a buffer pool to efficiently cache frequently accessed data pages in memory. The buffer pool is a fixed-size, shared memory area where database blocks are stored while they are being used, modified or read by the server. Buffer management is the process of efficiently handling these data pages to optimize performance.

Learn more from the following resources: