Re: Index-only scans and non-MVCC snapshots

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Index-only scans and non-MVCC snapshots
Дата
Msg-id 20140627050445.GK7340@eldon.alvh.no-ip.org
обсуждение исходный текст
Ответ на Index-only scans and non-MVCC snapshots  (Ryan Johnson <ryan.johnson@cs.utoronto.ca>)
Ответы Re: Index-only scans and non-MVCC snapshots
Список pgsql-hackers
Ryan Johnson wrote:

> As part of a research project, I'm trying to change Read Committed
> isolation to use HeapTupleSatisfiesNow rather than acquiring a new
> snapshot at every command [1].

Are you aware of this?

commit 813fb0315587d32e3b77af1051a0ef517d187763
Author: Robert Haas <rhaas@postgresql.org>
Date:   Thu Aug 1 10:46:19 2013 -0400
   Remove SnapshotNow and HeapTupleSatisfiesNow.      We now use MVCC catalog scans, and, per discussion, have
eliminated  all other remaining uses of SnapshotNow, so that we can now get rid of   it.  This will break third-party
codewhich is still using it, which   is intentional, as we want such code to be updated to do things the   new way.
 

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services



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

Предыдущее
От: Ryan Johnson
Дата:
Сообщение: Index-only scans and non-MVCC snapshots
Следующее
От: Ryan Johnson
Дата:
Сообщение: Re: Index-only scans and non-MVCC snapshots