File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -3035,6 +3035,17 @@ include_dir 'conf.d'
3035
3035
<filename>postgresql.conf</> file or on the server command line.
3036
3036
The default value is 5 seconds. Units are milliseconds if not specified.
3037
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>
3038
3049
</listitem>
3039
3050
</varlistentry>
3040
3051
You can’t perform that action at this time.
0 commit comments