In this session we are going to discuss about a checkpoint in PostgreSQL,

What is a checkpoint?

  • It writes all dirty pages from memory to disk and cleans the shared_buffers area.

  • It does not require any system lock and make sure that data has been written to the disk.

#postgresql

Checkpoint in postgresql
1.55 GEEK