Re: 7.3.4 on Linux: UPDATE .. foo=foo+1 degrades massivly - Mailing list pgsql-general

From Alvaro Herrera
Subject Re: 7.3.4 on Linux: UPDATE .. foo=foo+1 degrades massivly
Date
Msg-id 20040426194645.GB3658@dcc.uchile.cl
Whole thread Raw
In response to Re: 7.3.4 on Linux: UPDATE .. foo=foo+1 degrades massivly  (Guy Fraser <guy@incentre.net>)
List pgsql-general
On Mon, Apr 26, 2004 at 12:53:09PM -0600, Guy Fraser wrote:

> Eventually the automatic purging of  'stale' data will be supported,
> but hopefully it will be configurable to allow 'time travel' when
> required, and allow for a reasonable time to be able to roll back
> transactions.

Well, you are saying two different things here: to garbage-collect
automatically the database (rather than by manual VACUUMs), and to be
able to UNDO transactions, effectively going back in time.

The former is likely to be supported in some not-too-distant future,
maybe hopefully the next release; the latter is not even planned, and in
the past it has been disregarded as too costly.  Not implementation
time cost, mind you, but runtime cost.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"Linux transformó mi computadora, de una `máquina para hacer cosas',
en un aparato realmente entretenido, sobre el cual cada día aprendo
algo nuevo" (Jaime Salinas)

pgsql-general by date:

Previous
From: "Dann Corbit"
Date:
Subject: Re: Arbitrary precision modulo operation
Next
From: Anony Mous
Date:
Subject: Re: Postgres alongside MS SQL Server