Re: max_wal_size and wal_keep_size

Поиск
Список
Период
Сортировка
От Laurenz Albe
Тема Re: max_wal_size and wal_keep_size
Дата
Msg-id d56da8fc92109960f24fb805e17d1be5fe5d0adb.camel@cybertec.at
обсуждение исходный текст
Ответ на RE: max_wal_size and wal_keep_size  ("James Pang (chaolpan)" <chaolpan@cisco.com>)
Список pgsql-admin
On Tue, 2022-08-30 at 08:29 +0000, James Pang (chaolpan) wrote:
> We want keep more wal to give more room for data replication, in case of some delay ,
> and need old wal data. So wan to set wal_keep_size , and want to increase
> max_wal-size a lot to make max_wal_size > wal_keep_size (it may > 1TB).

The two parameters are independent:
- "max_wal_size" does *not* determine the maximum WAL size, but how much
  WAL can be produced before the next checkpoint is triggered.
- "wal_keep_size" determines how much old WAL is kept around.

Set "wal_keep_size" and leave "max_wal_size" unchanged.

Or even better, use a replication slot.

Yours,
Laurenz Albe
-- 
Cybertec | https://www.cybertec-postgresql.com



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

Предыдущее
От: hubert depesz lubaczewski
Дата:
Сообщение: Re: Two PostgreSQL instances returning different output for same query
Следующее
От: Teja Jakkidi
Дата:
Сообщение: Re: Performance issue after creating partitions