Re: Parallell Optimizer - Mailing list pgsql-hackers

From Stephen Frost
Subject Re: Parallell Optimizer
Date
Msg-id 20130613011811.GG7200@tamriel.snowman.net
Whole thread Raw
In response to Re: Parallell Optimizer  (Ants Aasma <ants@cybertec.at>)
Responses Re: Parallell Optimizer  (Ants Aasma <ants.aasma@eesti.ee>)
Re: Parallell Optimizer  (Simon Riggs <simon@2ndQuadrant.com>)
List pgsql-hackers
* Ants Aasma (ants@cybertec.at) wrote:
> In a cluster setting you take the CSN value on the master, then before
> starting execution on a standby you wait until that the standby has
> replayed enough WAL to reach the CSN point read from the master and
> you know that after that everything that the snapshot can see is also
> replayed on the standby.

This does make a lot of sense- but to clarify, this would only be for
certain isolation levels, right?  Or would we implement this for every
snapshot taken in a read-committed transaction?
Thanks,
    Stephen

pgsql-hackers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: Parallell Optimizer
Next
From: Ants Aasma
Date:
Subject: Re: Parallell Optimizer