Re: Keycloak and Postgres

Поиск
Список
Период
Сортировка
От Bill Moran
Тема Re: Keycloak and Postgres
Дата
Msg-id 20170405075433.97d20f16d4b59dd776bef278@potentialtech.com
обсуждение исходный текст
Ответ на Re: Keycloak and Postgres  (Marc Tempelmeier <marc.tempelmeier@flane.de>)
Список pgsql-general
On Wed, 5 Apr 2017 07:24:32 +0000
Marc Tempelmeier <marc.tempelmeier@flane.de> wrote:
>
> Can you elaborate a bit on this part:
> " Because of how Postgres caches changes, you may find that a failover requires some time in recovery mode."

https://www.postgresql.org/docs/9.6/static/wal-intro.html

The WAL requires that any unexpected shutdown of Postgres (where it doesn't get to explicitly
flush data pages to disk) go through a recovery cycle to fix anything in the WAL that is not
yet in the data pages.

Doing disk level replication and using that as a failover essentially duplicates a crash
on the PostgreSQL end when you failover.

--
Bill Moran <wmoran@potentialtech.com>


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

Предыдущее
От: Kyotaro HORIGUCHI
Дата:
Сообщение: Re: Unexpected interval comparison
Следующее
От: Vincent Veyron
Дата:
Сообщение: Re: browser interface to forums please?