Re: pgsql: Reorder 9.3 release note items

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Andres Freund <andres(at)2ndquadrant(dot)com>
Cc: Simon Riggs <simon(at)2ndQuadrant(dot)com>, pgsql-committers <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql: Reorder 9.3 release note items
Date: 2013-04-22 14:24:06
Message-ID: 20130422142406.GA810@momjian.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2013-04-22 18:33:34 pgsql: 9.3 release notes: apply fixes suggested by Alvaro
Previous Message Bruce Momjian 2013-04-22 14:23:29 pgsql: 9.3 release notes: update streaming replication speedups