Re: Re: [COMMITTERS] pgsql: Efficient transaction-controlled synchronous replication.
Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>
From: Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>
To: Kevin Grittner <Kevin.Grittner@wicourts.gov>
Cc: Simon Riggs <simon@2ndQuadrant.com>, MARK CALLAGHAN <mdcallag@gmail.com>, Markus Wanner <markus@bluegap.ch>, Alvaro Herrera <alvherre@commandprompt.com>, Andrew Dunstan <andrew@dunslane.net>, Aidan Van Dyk <aidan@highrise.ca>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2011-03-18T15:47:46Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Efficient transaction-controlled synchronous replication.
- a8a8a3e09652 9.1.0 cited
On 18.03.2011 16:52, Kevin Grittner wrote: > Simon Riggs<simon@2ndQuadrant.com> wrote: > >> In PostgreSQL other users cannot observe the commit until an >> acknowledgement has been received. > > Really? I hadn't picked up on that. That makes for a lot of > complication on crash-and-recovery of a master, but if we can pull > it off, that's really cool. If we do that and MySQL doesn't, we > definitely don't want to use the same terminology they do, which > would imply the same behavior. To be clear: other users cannot observe the commit until standby acknowledges it - unless the master crashes while waiting for the acknowledgment. If that happens, the commit will be visible to everyone after recovery. -- Heikki Linnakangas EnterpriseDB http://www.enterprisedb.com