Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitad385a4

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 storedsomewhere.Thom BrownDiscussion:http://postgr.es/m/CAA-aLv4SkJRK6GGcd0Axt8kt6_eWMEbtG7f8NJpFh+rNshtdNA@mail.gmail.com
1 parente0064f0 commitad385a4

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)

[8]ページ先頭

©2009-2025 Movatter.jp