mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
doc: improve wal_level docs for the 'minimal' level
Reported-by: David G. Johnston Discussion: https://postgr.es/m/CAKFQuwZ24UcfkoyLLSW3PMGQATomOcw1nuYFRuMev-NoOF+mYw@mail.gmail.com Author: David G. Johnston Backpatch-through: 14, partial to 13
This commit is contained in:
@ -2582,9 +2582,10 @@ include_dir 'conf.d'
|
|||||||
levels. This parameter can only be set at server start.
|
levels. This parameter can only be set at server start.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
In <literal>minimal</literal> level, no information is logged for
|
The <literal>minimal</literal> level generates the least WAL
|
||||||
permanent relations for the remainder of a transaction that creates or
|
volume. It logs no row information for permanent relations
|
||||||
rewrites them. This can make operations much faster (see
|
in transactions that create or
|
||||||
|
rewrite them. This can make operations much faster (see
|
||||||
<xref linkend="populate-pitr"/>). Operations that initiate this
|
<xref linkend="populate-pitr"/>). Operations that initiate this
|
||||||
optimization include:
|
optimization include:
|
||||||
<simplelist>
|
<simplelist>
|
||||||
|
Reference in New Issue
Block a user