Re: cheaper snapshots - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: cheaper snapshots
Date
Msg-id 4E317C77020000250003F872@gw.wicourts.gov
Whole thread Raw
In response to Re: cheaper snapshots  (Hannu Krosing <hannu@2ndQuadrant.com>)
Responses Re: cheaper snapshots
List pgsql-hackers
Hannu Krosing <hannu@2ndQuadrant.com> wrote:
> but I still think that it is right semantics to make your commit
> visible to others, even before you have gotten back the
> confirmation yourself.
Possibly.  That combined with building snapshots based on the order
of WAL entries of commit records certainly has several appealing
aspects.  It is hard to get over the fact that you lose an existing
guarantee, though: right now, if you have one synchronous replica,
you can never see a transaction's work on the master and then *not*
see it on the slave -- the slave always has first visibility.  I
don't see how such a guarantee can exist in *either* direction with
the semantics you describe.  After seeing a transaction's work on
one system it would always be unknown whether it was visible on the
other.  There are situations where that is OK as long as each copy
has a sane order of visibility, but there are situations where
losing that guarantee might matter.
On the bright side, it means that transactions would become visible
on the replica in the same order as on the master, and that blocking
would be reduced.
-Kevin


pgsql-hackers by date:

Previous
From: Hannu Krosing
Date:
Subject: Re: cheaper snapshots
Next
From: Robert Haas
Date:
Subject: Re: cheaper snapshots