Re: New feature request: FlashBack Query - Mailing list pgsql-hackers

From Chad Wagner
Subject Re: New feature request: FlashBack Query
Date
Msg-id 81961ff50702171643u3042e8cfp8e17e7bd89507b51@mail.gmail.com
Whole thread Raw
In response to Re: New feature request: FlashBack Query  (elein <elein@varlena.com>)
Responses Re: New feature request: FlashBack Query  ("Joshua D. Drake" <jd@commandprompt.com>)
Re: New feature request: FlashBack Query  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 2/17/07, elein <elein@varlena.com> wrote:
For other recent time travel ideas see: http://www.varlena.com/GeneralBits/122.php
Time travel is not cheap, though.


I am sure this topic has probably been beaten to death in the past, but has anyone talked about the advantages of Oracle's MVCC model versus PostgreSQL's MVCC model?  Oracle achieves multiversioning by using rollback/undo segments, where PostgreSQL appears to place (essentially) the undo in the same space as the table.

If I were to guess this is probably a major thing to change.  Clearly there are advantages to both, with Oracle essentially the space consumed by a modified row is immediately available for reuse and generally there is little row migration assuming there is enough space on the block so you should be able to avoid updates to the index and the bloating that seems to go along with vacuuming.

Is there any previous discussions that folks could point out here?

pgsql-hackers by date:

Previous
From: elein
Date:
Subject: Re: New feature request: FlashBack Query
Next
From: Bruce Momjian
Date:
Subject: Re: [COMMITTERS] pgsql: Add lock matrix to documentation.