Re: Proposal: Select ... AS OF Savepoint

From: Hans-Juergen Schoenig <postgres(at)cybertec(dot)at>
To: Gokulakannan Somasundaram <gokul007(at)gmail(dot)com>
Cc: "Jonah H(dot) Harris" <jonah(dot)harris(at)gmail(dot)com>, "Martijn van Oosterhout" <kleptog(at)svana(dot)org>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Proposal: Select ... AS OF Savepoint
Date: 2007-11-02 12:40:11
Message-ID: F4EC6589-8919-4198-B770-BC6AD6670310@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
> I think Simon Riggs is already working on that idea. This one is
> fairly easy to implement. I think these are some of the features
> only a time-stamp based database can implement. I think database
> standards were formed during the time, when the data consistency
> was provided with Lock based mechanisms. And moreover i have
> already committed on the indexes with snapshot and i am still
> waiting for its approval from hackers. If that does go through,
> then i need to work on the reverse mapping hash tables, which is
> really a long task. So i may not be able to take up time-travel now.

if i remember my last talk with Simon correctly the idea is to have
timetravel across transactions.
having this feature inside a transaction will not make it into CVS as
it is basically of no practical use.
i would suggest to put some effort into making it work across
transactions. just saving the snapshot is not enough
here - there are a couple of other things which have to be taken into
consideration (transaction wraparound, etc.)

if you want to work on timetravel my team and i can provide some
assistance as we wanted to help in this area anyway.

best regards,

hans

--
Cybertec Schönig & Schönig GmbH
Gröhrmühlgasse 26, 2700 Wiener Neustadt
Tel: +43/1/205 10 35 / 340
www.postgresql.at, www.cybertec.at

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Trout 2007-11-02 12:40:46 Intel x64 vs AMD x64 pgdata
Previous Message Gokulakannan Somasundaram 2007-11-02 12:21:00 Re: Proposal: Select ... AS OF Savepoint