Re: Status of the table access method work - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Status of the table access method work
Date
Msg-id 20190611154711.GA19415@alvherre.pgsql
Whole thread Raw
In response to Re: Status of the table access method work  (Alexander Korotkov <aekorotkov@gmail.com>)
Responses Re: Status of the table access method work  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On 2019-Apr-10, Alexander Korotkov wrote:

> Alternative idea is to have MVCC-aware indexes.  This approach looks
> more attractive for me.  In this approach you basically need xmin,
> xmax fields in index tuples.

"We liked freezing xmin so much that we had to introduce freezing for
xmax" -- rhaas dixit.  And now we want to introduce freezing for
indexes?

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



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: aborting a non-speculative insertion
Next
From: Robert Haas
Date:
Subject: Re: Status of the table access method work