how reliable is pg_rewind?

From: Curt Kolovson <curt(at)kolovson(dot)org>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: how reliable is pg_rewind?
Date: 2020-08-01 17:35:37
Message-ID: CANhYJV4xd7kApkMm18pTg9CN8CEUjrZeW4boNJ2aQ8xWicS74A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

When trying to resync an old primary to become a new standby, I have found
that pg_rewind only works occasionally. How reliable/robust is pg_rewind,
and what are its limitations? We have observed that approx half our FPIs in
the WALs are due to XLOG/FPI_FOR_HINT. The only reason we've set
wal_log_hints=on is so that we can use pg_rewind. But if pg_rewind is
unreliable, we would rather turn off wal_log_hints. Any info on the
reliability of pg_rewind and its limitations would be appreciated.

Thanks, Curt

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2020-08-01 18:31:09 Re: Apparent missed query optimization with self-join and inner grouping
Previous Message Michael Lewis 2020-08-01 17:02:52 Re: Apparent missed query optimization with self-join and inner grouping