CHECKPOINT unlogged data

From: Christoph Berg <myon(at)debian(dot)org>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: CHECKPOINT unlogged data
Date: 2025-05-30 16:17:45
Message-ID: aDnaKTEf-0dLiEfz@msg.df7cb.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

A customer reported to use CHECKPOINT before shutdowns to make the
shutdowns themselves faster and asked if it was possible to make
CHECKPOINT optionally also write out unlogged table data for that
purpose. I think the idea makes sense, so there's the patch.

Christoph

Attachment Content-Type Size
v1-0001-Add-immediate-and-flush_all-options-to-checkpoint.patch text/x-diff 8.5 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2025-05-30 16:39:02 Re: CHECKPOINT unlogged data
Previous Message Fujii Masao 2025-05-30 16:12:46 Re: Add “FOR UPDATE NOWAIT” lock details to the log.