Re: Rollback in Postgres - Mailing list pgsql-sql

From Simon Riggs
Subject Re: Rollback in Postgres
Date
Msg-id 1216069776.19656.20.camel@ebony.2ndQuadrant
Whole thread Raw
In response to Re: Rollback in Postgres  (Kaare Rasmussen <kaare@jasonic.dk>)
List pgsql-sql
On Mon, 2008-07-14 at 22:38 +0200, Kaare Rasmussen wrote:
> > This sounds a lot like the functionality that a temporal data model
> > would give you.  In this model you never delete tuples from your
> > database, your only insert and update tuples that are valid for
> > specific periods of time.
> 
> Isn't this exactly what Alvaro describes? The time travel feature that was 
> removed because it made Postgres too slow to use in production?

Similar. Performance is the issue to be solved with row removal, yes.

-- Simon Riggs           www.2ndQuadrant.comPostgreSQL Training, Services and Support



pgsql-sql by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Rollback in Postgres
Next
From: Tom Lane
Date:
Subject: Re: Rollback in Postgres