Re: [HACKERS] Automatic free space map filling - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: [HACKERS] Automatic free space map filling
Date
Msg-id 200606161848.k5GImx212417@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] Automatic free space map filling  (ITAGAKI Takahiro <itagaki.takahiro@lab.ntt.co.jp>)
List pgsql-patches
Added to TODO list with URL.

---------------------------------------------------------------------------

ITAGAKI Takahiro wrote:
> "Zeugswetter Andreas DCP SD" <ZeugswetterA@spardat.at> wrote:
>
> > Ok, we cannot reuse a dead tuple. Maybe we can reuse the space of a dead
> > tuple by reducing the tuple to it's header info.
>
> Attached patch realizes the concept of his idea. The dead tuples will be
> reduced to their headers are done by bgwriter.
>
> This patch is incomplete, so please discuss in the thread on HACKERS.
>
> ---
> ITAGAKI Takahiro
> NTT Cyber Space Laboratories
>

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
>                http://archives.postgresql.org

--
  Bruce Momjian   http://candle.pha.pa.us
  EnterpriseDB    http://www.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

pgsql-patches by date:

Previous
From: Greg Stark
Date:
Subject: Re: CREATE TABLE LIKE INCLUDING CONSTRAINTS
Next
From: Tom Lane
Date:
Subject: Re: TupleDesc refcounting