We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent5f5e68b commitf1824e5Copy full SHA for f1824e5
doc/src/sgml/config.sgml
@@ -3035,6 +3035,17 @@ include_dir 'conf.d'
3035
<filename>postgresql.conf</> file or on the server command line.
3036
The default value is 5 seconds. Units are milliseconds if not specified.
3037
</para>
3038
+ <para>
3039
+ This parameter is useful in configurations where a node in recovery
3040
+ needs to control the amount of time to wait for new WAL data to be
3041
+ available. For example, in archive recovery, it is possible to
3042
+ make the recovery more responsive in the detection of a new WAL
3043
+ log file by reducing the value of this parameter. On a system with
3044
+ low WAL activity, increasing it reduces the amount of requests necessary
3045
+ to access WAL archives, something useful for example in cloud
3046
+ environments where the amount of times an infrastructure is accessed
3047
+ is taken into account.
3048
+ </para>
3049
</listitem>
3050
</varlistentry>
3051