Estimating wal_keep_size - Mailing list pgsql-performance

From Dean Gibson (DB Administrator)
Subject Estimating wal_keep_size
Date
Msg-id 471a6e7d-928e-c899-bf9f-341ae79b04ea@mailpen.com
Whole thread Raw
Responses Re: Estimating wal_keep_size  (Julien Rouhaud <rjuju123@gmail.com>)
Re: Estimating wal_keep_size  ("Dean Gibson (DB Administrator)" <postgresql@mailpen.com>)
List pgsql-performance
Is this reasonable thinking?

I'd think that one would want a wal_keep_size to cover the pending updates while the standby server might be unavailable, however long one might anticipate that would be.

In my case, I get a complete replacement (in the form of "|"- delimited ASCII files) of one of the SCHEMAs every Sunday.  The size of that ASCII data is about 2GB, so I'm thinking of doubling that to 4GB (256 WAL files) to protect me in the case of the standby being unavailable during the update.  Note that a complete loss of both servers is not catastrophic (I have backups);  it would just be annoying.

pgsql-performance by date:

Previous
From: "Dean Gibson (DB Administrator)"
Date:
Subject: Re: PostgreSQL V13 Replication Issue
Next
From: Julien Rouhaud
Date:
Subject: Re: Estimating wal_keep_size