Re: Global snapshots

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Global snapshots
Дата
Msg-id 0cec343f-a50c-a40c-a299-a4043960e26c@2ndquadrant.com
обсуждение исходный текст
Ответ на Global snapshots  (Stas Kelvich <s.kelvich@postgrespro.ru>)
Ответы Re: Global snapshots  (Stas Kelvich <s.kelvich@postgrespro.ru>)
Список pgsql-hackers
On 5/1/18 12:27, Stas Kelvich wrote:
> Clock-SI is described in [5] and here I provide a small overview, which
> supposedly should be enough to catch the idea. Assume that each node runs Commit
> Sequence Number (CSN) based visibility: database tracks one counter for each
> transaction start (xid) and another counter for each transaction commit (csn).
> In such setting, a snapshot is just a single number -- a copy of current CSN at
> the moment when the snapshot was taken. Visibility rules are boiled down to
> checking whether current tuple's CSN is less than our snapshot's csn. Also it
> worth of mentioning that for the last 5 years there is an active proposal to
> switch Postgres to CSN-based visibility [6].

But that proposal has so far not succeeded.  How are you overcoming the
reasons for that?

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: Clean up warnings from -Wimplicit-fallthrough.
Следующее
От: Andres Freund
Дата:
Сообщение: Re: A few warnings on Windows