Skip to content

Commit ad385a4

Browse files
committed
docs: Note the recovery_min_apply_delay bloats pg_wal.
Those WAL files that we're waiting to apply have to be stored somewhere. Thom Brown Discussion: http://postgr.es/m/CAA-aLv4SkJRK6GGcd0Axt8kt6_eWMEbtG7f8NJpFh+rNshtdNA@mail.gmail.com
1 parent e0064f0 commit ad385a4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/src/sgml/config.sgml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4872,6 +4872,12 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
48724872
state, until the standby is promoted or triggered. After that the standby
48734873
will end recovery without further waiting.
48744874
</para>
4875+
<para>
4876+
WAL records must be kept on the standby until they are ready to be
4877+
applied. Therefore, longer delays will result in a greater accumulation
4878+
of WAL files, increasing disk space requirements for the standby's
4879+
<filename>pg_wal</filename> directory.
4880+
</para>
48754881
<para>
48764882
This parameter is intended for use with streaming replication deployments;
48774883
however, if the parameter is specified it will be honored in all cases

0 commit comments

Comments
 (0)