Re: pgsql: Reorder 9.3 release note items - Mailing list pgsql-committers

From Bruce Momjian
Subject Re: pgsql: Reorder 9.3 release note items
Date
Msg-id 20130422142406.GA810@momjian.us
Whole thread Raw
In response to Re: pgsql: Reorder 9.3 release note items  (Andres Freund <andres@2ndquadrant.com>)
List pgsql-committers
On Mon, Apr 22, 2013 at 10:15:58AM +0200, Andres Freund wrote:
> >       <listitem>
> >        <para>
> >         Improve performance of non-synchronous streaming log shipping (Andres Freund)
> >        </para>
> >       </listitem>
>
> Its about synchronous_commit = off of which is more than just
> non-synchronous replication. How about
> * Greatly reduce replication delay in streaming replication when
>   synchronous_commit=off (or asynchronous commits) are used locally
>
>
> >       <listitem>
> >        <para>
> >         Allow much faster fail-over to a standby server (Simon Riggs)
> >        </para>
> >       </listitem>
>
> I think this should also mention Kyotaro Horiguchi
> (c.f. fd4ced5230162b50a5c9d33b4bf9cfb1231aa62e)

Thanks, updated:

        Improve performance of streaming log shipping with
        synchronous_commit disabled (Andres Freund)

        Allow much faster promotion of a streaming standby to primary (Simon
        Riggs, Kyotaro Horiguchi)

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + It's impossible for everything to be true. +


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: 9.3 release notes: update streaming replication speedups
Next
From: Bruce Momjian
Date:
Subject: pgsql: 9.3 release notes: apply fixes suggested by Alvaro