Re: Keycloak and Postgres - Mailing list pgsql-general

From Bill Moran
Subject Re: Keycloak and Postgres
Date
Msg-id 20170405075433.97d20f16d4b59dd776bef278@potentialtech.com
Whole thread Raw
In response to Re: Keycloak and Postgres  (Marc Tempelmeier <marc.tempelmeier@flane.de>)
List 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 by date:

Previous
From: Kyotaro HORIGUCHI
Date:
Subject: Re: Unexpected interval comparison
Next
From: Vincent Veyron
Date:
Subject: Re: browser interface to forums please?