Re: Will switchover still need a checkpoint in 9.1 SR Hot Standby

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: Will switchover still need a checkpoint in 9.1 SR Hot Standby
Дата
Msg-id CA+U5nM+8sGAOrrTSfSYwSJn3jKVEkXNmSBkLALw22p2Vombhbg@mail.gmail.com
обсуждение исходный текст
Ответ на Will switchover still need a checkpoint in 9.1 SR Hot Standby  (Hannu Krosing <hannu@2ndQuadrant.com>)
Ответы Re: Will switchover still need a checkpoint in 9.1 SR Hot Standby  (PostgreSQL - Hans-Jürgen Schönig<postgres@cybertec.at>)
Список pgsql-hackers
On Sun, Aug 7, 2011 at 8:57 AM, Hannu Krosing <hannu@2ndquadrant.com> wrote:
> In 9.0 (as in earlier versions) a former standby host has to do a full
> checkpoint before becoming available as an independent database instance
> in either switchover or failover scenarios.
>
> For most combinations of of bigger than minimal shared buffers and
> non-memory-speed disks this can take from several seconds to tens of
> minutes on busy systems.

For switchover, you issue a checkpoint first, to reduce this time as
much as possible.

> Is the pre-activation checkpoint still required in 9.1 ?

Yes, but I've found a way to remove them in 9.2 and will be patching that soon.

--
 Simon Riggs                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tim
Дата:
Сообщение: Re: vacuumlo patch
Следующее
От: Hannu Krosing
Дата:
Сообщение: Re: Transient plans versus the SPI API