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

Commit2ef7a98

Browse files
committed
doc: Add more documentation about wal_retrieve_retry_interval
from Michael Paquier
1 parent00cdd83 commit2ef7a98

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3054,6 +3054,17 @@ include_dir 'conf.d'
30543054
<filename>postgresql.conf</> file or on the server command line.
30553055
The default value is 5 seconds. Units are milliseconds if not specified.
30563056
</para>
3057+
<para>
3058+
This parameter is useful in configurations where a node in recovery
3059+
needs to control the amount of time to wait for new WAL data to be
3060+
available. For example, in archive recovery, it is possible to
3061+
make the recovery more responsive in the detection of a new WAL
3062+
log file by reducing the value of this parameter. On a system with
3063+
low WAL activity, increasing it reduces the amount of requests necessary
3064+
to access WAL archives, something useful for example in cloud
3065+
environments where the amount of times an infrastructure is accessed
3066+
is taken into account.
3067+
</para>
30573068
</listitem>
30583069
</varlistentry>
30593070

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp