Re: Vacuum of large tables causing replication delays to hot standby - Mailing list pgsql-general

From Jeff Mcdowell
Subject Re: Vacuum of large tables causing replication delays to hot standby
Date
Msg-id 93F1623A-31D9-4BDF-9E17-DC20BF10B184@panerabread.com
Whole thread Raw
In response to Re: Vacuum of large tables causing replication delays to hot standby  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
9.2.12

Sent from my iPhone

> On Apr 30, 2016, at 12:37 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
> Jeff Mcdowell <Jeff.Mcdowell@panerabread.com> writes:
>> 95% of the time, the delay is only microseconds. But we have discovered that whenever the master does an auto vacuum
ofa large table, the transaction replay delay can climb is high as 1 hour. These delays don’t seem to correlate with
anyparticular queries that are running against the master or the standby, and the delay only subsides when the vacuum
completes.
>
> What PG version might this be?
>
>            regards, tom lane


pgsql-general by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Vacuum of large tables causing replication delays to hot standby
Next
From: Stephen Cook
Date:
Subject: Re: Skip trigger?