Re: Key management with tests

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: Key management with tests
Дата
Msg-id 20210318172152.GJ20766@tamriel.snowman.net
обсуждение исходный текст
Ответ на Re: Key management with tests  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Ответы Re: Key management with tests  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Список pgsql-hackers
Greetings,

* Alvaro Herrera (alvherre@alvh.no-ip.org) wrote:
> Patch 10 uses the term "WAL-skip relations".  What does that mean?  Is
> it "relations that are not WAL-logged"?  I suppose we already have a
> term for this; I'm not sure it's a good idea to invent a different term
> that is only used in this new place.

This is discussed in src/backend/access/transam/README, specifically the
section that talks about Skipping WAL for New RelFileNode.  Basically,
it's the 'wal_level=minimal' optimization which allows WAL to be
skipped.

Thanks!

Stephen

Вложения

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Key management with tests
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: GROUP BY DISTINCT