mirror of
https://github.com/postgres/postgres.git
synced 2025-07-12 21:01:52 +03:00
Augment WAL records for btree delete with GetOldestXmin() to reduce
false positives during Hot Standby conflict processing. Simple patch to enhance conflict processing, following previous discussions. Controlled by parameter minimize_standby_conflicts = on | off, with default off allows measurement of performance impact to see whether it should be set on all the time.
This commit is contained in:
@ -181,7 +181,10 @@
|
||||
#archive_timeout = 0 # force a logfile segment switch after this
|
||||
# number of seconds; 0 disables
|
||||
|
||||
# - Hot Standby -
|
||||
|
||||
#recovery_connections = on # allows connections during recovery
|
||||
#minimize_standby_conflicts = on # additional WAL info to avoid conflicts
|
||||
#max_standby_delay = 30 # max acceptable standby lag (s) to help queries
|
||||
# complete without conflict; -1 disables
|
||||
|
||||
|
Reference in New Issue
Block a user