Re: No heap lookups on index - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: No heap lookups on index
Date
Msg-id 43CEE8FF.3050308@familyhealth.com.au
Whole thread Raw
In response to Re: No heap lookups on index  ("Jim C. Nasby" <jnasby@pervasive.com>)
Responses Re: No heap lookups on index
Re: No heap lookups on index
Re: No heap lookups on index
List pgsql-hackers
> Oracle does, but you pay in other ways. Instead of keeping dead tuples
> in the main heap, they shuffle them off to an 'undo log'. This has some
> downsides:
> 
> Rollbacks take *forever*, though this usually isn't much of an issue
> unless you need to abort a really big transaction.

It's a good point though.  Surely a database should be optimised for the 
most common operation - commits, rather than rollbacks?

Chris



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: No heap lookups on index
Next
From: "Jim C. Nasby"
Date:
Subject: Re: No heap lookups on index