Re: sorted writes for checkpoints

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: sorted writes for checkpoints
Date: 2010-10-29 03:11:01
Message-ID: 1288321815-sup-3214@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Excerpts from Jeff Janes's message of vie oct 29 00:00:24 -0300 2010:
> 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.

Hmm, see contrib/auto_explain?

--
Álvaro Herrera <alvherre(at)commandprompt(dot)com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Golub 2010-10-29 05:47:46 Re: add label to enum syntax
Previous Message Jeff Janes 2010-10-29 03:00:24 sorted writes for checkpoints