Re: Hot Standby query cancellation and Streaming Replication integration - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Hot Standby query cancellation and Streaming Replication integration
Date
Msg-id 201002262122.o1QLMFZ19141@momjian.us
Whole thread Raw
List pgsql-hackers
bruce wrote:
>     4     The standby waiting longer than max_standby_delay to acquire a
...
> #4 can be controlled by max_standby_delay, where a large value only
> delays playback during crash recovery --- again, a rare occurance.

One interesting feature is that max_standby_delay will _only_ delay if
it it encounters a conflict when applying WAL, meaning only if there are
long-running transactions.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.comPG East:  http://www.enterprisedb.com/community/nav-pg-east-2010.do + If your life is a hard
drive,Christ can be your backup. +
 


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Hot Standby query cancellation and Streaming Replication integration
Next
From: Greg Stark
Date:
Subject: Re: Hot Standby query cancellation and Streaming Replication integration