from master to slave, and discourage its use during slave/master
keep-xid-alive connections.
-
+
Server Configuration
this parameter makes sense only during replication, so when
performing an archive recovery to recover from data loss a very high
parameter setting or -1 which means wait forever is recommended.
- The default is 30 seconds.
+ The default is 30 seconds. Increasing this parameter can delay
+ master server changes from appearing on the standby.
This parameter can only be set in the postgresql.conf>
file or on the server command line.
-
+
High Availability, Load Balancing, and Replication
that the primary and standby nodes are linked via the WAL, so the cleanup
situation is no different from the case where the query ran on the primary
node itself. And you are still getting the benefit of off-loading the
- execution onto the standby.
+ execution onto the standby. max_standby_delay> should
+ not be used in this case because delayed WAL files might already
+ contain entries that invalidate the current shapshot.