sorted writes for checkpoints

From: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: sorted writes for checkpoints
Date: 2010-10-29 03:00:24
Message-ID: AANLkTi=gGtoq_nX38XodOs9SRBX57YLV=MStmi1bgk5J@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

One of the items on the Wiki ToDo list is sorted writes for
checkpoints. The consensus seemed to be that this should be done by
adding hook(s) into the main code, and then a contrib module to work
with those hooks. Is there an existing contrib module that one could
best look to for inspiration on how to go about doing this? I have
the sorted checkpoint working under a guc, but don't know where to
start on converting it to a contrib module instead.

Cheers,

Jeff

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2010-10-29 03:11:01 Re: sorted writes for checkpoints
Previous Message Joshua D. Drake 2010-10-29 00:22:03 Re: max_wal_senders must die