Re: Synchronous commit not... synchronous?

Поиск
Список
Период
Сортировка
От Daniel Farina
Тема Re: Synchronous commit not... synchronous?
Дата
Msg-id CAAZKuFaCtkM8fbw_CAgYccrwjDRmMxW1VHs0vr5aNS143MV1Fg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Synchronous commit not... synchronous?  (Simon Riggs <simon@2ndQuadrant.com>)
Ответы Re: Synchronous commit not... synchronous?  (Jeff Janes <jeff.janes@gmail.com>)
Список pgsql-hackers
On Fri, Nov 2, 2012 at 10:31 AM, Simon Riggs <simon@2ndquadrant.com> wrote:
> On 2 November 2012 16:27, Jeff Janes <jeff.janes@gmail.com> wrote:
>> It would be.  But you are not cancelling the commit, you are
>> *attempting* to cancel the commit.  The message you receive explains
>> to what extend your attempt succeeded.
>
> That is correct.
>
> It is possible to cancel the COMMIT, but only until it happens.
>
> If people want full two phase commit, that option exists also.

I see why it is implemented this way, but it's also still pretty
unsatisfying because it means that with cancellation requests clients
are in theory able to commit an unlimited number of transactions,
synchronous commit or no.

It's probably close enough for most purposes, but what would you think
about a "2PC-ish" mode at the physical (rather than logical/PREPARE
TRANSACTION) level, whereby the master would insist that its standbys
have more data written (or at least received...or at least sent) than
it has guaranteed flushed to its own xlog at any point?

This would be a nice invariant to have when dealing with a large
number of systems, allowing for the catching of some tricky bugs, that
standbys are always greater-than-or-equal-to the master's XLogPos.

--
fdr



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Synchronous commit not... synchronous?
Следующее
От: Jeff Janes
Дата:
Сообщение: Re: Synchronous commit not... synchronous?