Re: Synchronous replication - patch status inquiry - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Synchronous replication - patch status inquiry
Date
Msg-id AANLkTingigCQwdrXRCeMhO93uaYNCDLjEK4yNA=mETnS@mail.gmail.com
Whole thread Raw
In response to Re: Synchronous replication - patch status inquiry  (David Fetter <david@fetter.org>)
Responses Re: Synchronous replication - patch status inquiry
List pgsql-hackers
On Tue, Aug 31, 2010 at 8:45 PM, David Fetter <david@fetter.org> wrote:
>> I am pretty sure, however, that the performance will be terrible at
>> this point.  Heikki is working on fixing that, but it ain't done
>> yet.
>
> Is this something for an eDB feature, or for community PostgreSQL,
> or...?

It's an EDB feature in the sense that Heikki is developing it as part
of his employment with EDB, but it will be committed to community
PostgreSQL.  See the thread on interruptible sleeps.  The problem
right now is that there are some polling loops that act to throttle
the maximum rate at which a node doing sync rep can make forward
progress, independent of the capabilities of the hardware.  Those need
to be replaced with a system that doesn't inject unnecessary delays
into the process, which is what Heikki is working on.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise Postgres Company


pgsql-hackers by date:

Previous
From: Itagaki Takahiro
Date:
Subject: Re: string function - "format" function proposal
Next
From: Fujii Masao
Date:
Subject: Re: Synchronous replication - patch status inquiry