Re: Real-Time Vacuum Possibility - Mailing list pgsql-hackers

From Jim C. Nasby
Subject Re: Real-Time Vacuum Possibility
Date
Msg-id 20050321080435.GK51784@decibel.org
Whole thread Raw
In response to Re: Real-Time Vacuum Possibility  (Christopher Browne <cbbrowne@acm.org>)
List pgsql-hackers
On Thu, Mar 17, 2005 at 05:22:41AM +0000, Christopher Browne wrote:
> What strikes me as being a useful approach would be to set up an
> LRU-ordered (or perhaps unordered) queue of pages that have had tuples
> "killed off" by DELETE or UPDATE.

From http://www.postgresql.org/docs/faqs.TODO.html :

* Maintain a map of recently-expired rows
 This allows vacuum to reclaim free space without requiring a sequential scan
-- 
Jim C. Nasby, Database Consultant               decibel@decibel.org 
Give your computer some brain candy! www.distributed.net Team #1828

Windows: "Where do you want to go today?"
Linux: "Where do you want to go tomorrow?"
FreeBSD: "Are you guys coming, or what?"


pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: custome exception handling support ?
Next
From: "Qingqing Zhou"
Date:
Subject: Prevent conflicting SET options from being set