Re: Slow temporary tables when using sync rep - Mailing list pgsql-hackers

From Thom Brown
Subject Re: Slow temporary tables when using sync rep
Date
Msg-id CAA-aLv480iRHOe71bATkf4YDuMjetWwf09dJKYmZQucgswt=jw@mail.gmail.com
Whole thread Raw
In response to Re: Slow temporary tables when using sync rep  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Responses Re: Slow temporary tables when using sync rep  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
List pgsql-hackers
On 17 April 2012 11:30, Heikki Linnakangas
<heikki.linnakangas@enterprisedb.com> wrote:
> What happens is that we write the commit record if the transaction accesses
> a temporary table, but we don't flush it. However, we still wait until it's
> replicated to the standby. The obvious fix is to not wait for that, see
> attached.

Tested patch.  Yes, that fixes the problem.  Thanks.

-- 
Thom


pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Slow temporary tables when using sync rep
Next
From: Kyotaro HORIGUCHI
Date:
Subject: Re: [BUG] Checkpointer on hot standby runs without looking checkpoint_segments