Re: Updating FSM on recovery

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Updating FSM on recovery
Дата
Msg-id 7992.1225210576@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Updating FSM on recovery  (Simon Riggs <simon@2ndQuadrant.com>)
Ответы Re: Updating FSM on recovery  (Simon Riggs <simon@2ndQuadrant.com>)
Список 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 по дате отправления:

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: Proposal of PITR performance improvement for 8.4.
Следующее
От: "Hitoshi Harada"
Дата:
Сообщение: Re: Window Functions: v07 APIs and buffering strateties