Re: WAL consistency check facility

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: WAL consistency check facility
Дата
Msg-id 24b6df1e-dbe2-bde2-1055-7f4c0c9130d3@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: WAL consistency check facility  (Michael Paquier <michael.paquier@gmail.com>)
Ответы Re: WAL consistency check facility
Re: WAL consistency check facility
Список pgsql-hackers
On 11/9/16 11:55 PM, Michael Paquier wrote:
> +     <varlistentry id="guc-wal-consistency" xreflabel="wal_consistency">
> +      <term><varname>wal_consistency</varname> (<type>string</type>)
> +      <indexterm>
> +       <primary><varname>wal_consistency</> configuration parameter</primary>
> +      </indexterm>
> +      </term>
> +      <listitem>
> +       <para>
> +        This parameter is used to check the consistency of WAL records, i.e,
> +        whether the WAL records are inserted and applied correctly. When
> +        <varname>wal_consistency</varname> is enabled for a WAL record, it
> +        stores a full-page image along with the record. When a full-page image
> +        arrives during redo, it compares against the current page to check whether
> +        both are consistent.
> +       </para>

Could we name this something like wal_consistency_checking?

Otherwise it sounds like you use this to select the amount of
consistency in the WAL (similar to, say, wal_level).

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: pg_dump, pg_dumpall and data durability
Следующее
От: Petr Jelinek
Дата:
Сообщение: Re: Logical Replication WIP