Re: Updating FSM on recovery - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Updating FSM on recovery
Date
Msg-id 7992.1225210576@sss.pgh.pa.us
Whole thread Raw
In response to Re: Updating FSM on recovery  (Simon Riggs <simon@2ndQuadrant.com>)
Responses Re: Updating FSM on recovery
List pgsql-hackers
Simon Riggs <simon@2ndQuadrant.com> writes:
> Or possibly an XLogInsertDeferred() which just queues up some work so
> the next time we call XLogInsert() it will insert the deferred work as
> well as the main work all in one lock cycle. It would only be usable for
> low priority info like FSM stuff that isn't needed for recovery. Maybe
> we could do that with hints also.

If it isn't needed for recovery, why would we be logging it at all?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Gregory Stark
Date:
Subject: Re: Proposal of PITR performance improvement for 8.4.
Next
From: "Hitoshi Harada"
Date:
Subject: Re: Window Functions: v07 APIs and buffering strateties