Re: Sync Replication with transaction-controlled durability

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Sync Replication with transaction-controlled durability
Date: 2010-09-15 21:18:27
Message-ID: 1284585507.26910.650.camel@ebony
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, 2010-09-14 at 18:48 +0100, Simon Riggs wrote:

> I'm working on a patch to implement synchronous replication for
> PostgreSQL, with user-controlled durability specified on the master. The
> design also provides high throughput by allowing concurrent processes to
> handle the WAL stream. The proposal requires only 3 new parameters and
> takes into account much community feedback on earlier ideas.

Text here added to wiki
http://wiki.postgresql.org/wiki/Synchronous_replication

For better readability and tracking of changes.

--
Simon Riggs www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Training and Services

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2010-09-15 22:21:36 Re: autonomous transactions (was Re: TODO note)
Previous Message Magnus Hagander 2010-09-15 20:59:45 Re: patch: Add JSON datatype to PostgreSQL (GSoC, WIP)