Re: Slow temporary tables when using sync rep
Thom Brown <thom@linux.com>
From: Thom Brown <thom@linux.com>
To: Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>
Cc: Michael Nolan <htfoot@gmail.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2012-04-17T11:10:01Z
Lists: 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