Re: Vacuum dead tuples that are "between" - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: Vacuum dead tuples that are "between"
Date
Msg-id 440575F5.EE98.0025.0@wicourts.gov
Whole thread Raw
In response to Re: Vacuum dead tuples that are "between" transactions  (Simon Riggs <simon@2ndquadrant.com>)
Responses Re: Vacuum dead tuples that are "between" transactions  (Simon Riggs <simon@2ndquadrant.com>)
List pgsql-hackers
>>> On Tue, Feb 28, 2006 at  7:22 am, in message
<1141132955.27729.119.camel@localhost.localdomain>, Simon Riggs
<simon@2ndquadrant.com> wrote: 
> 
> OTOH a few hackers discussed this recently and found that nobody
used
> serializable transactions (ST) except during pg_dump.

I've not been able to keep up with all messages on these lists, and I
missed that discussion.

We use serializable transactions heavily; our whole middle tier
architecture depends on having that transaction isolation level for all
requests which modify data.  (You probably don't want to hear the
details.)  It would be OK (although a little disappointing) if VACUUM
enhancements weren't as beneficial to us as a result; it would render
PostgreSQL entirely unusable for us if the integrity of serializable
transactions was broken unless we added some other, non-standard steps
to run them.

We only use pg_dump for version upgrades and other special cases.  PITR
is our main backup technique.

-Kevin




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Automatic free space map filling
Next
From: Robert Treat
Date:
Subject: 8.2 Feature Freeze Rough Estimate