Re: [HACKERS] Automatic free space map filling

Поиск
Список
Период
Сортировка
От ITAGAKI Takahiro
Тема Re: [HACKERS] Automatic free space map filling
Дата
Msg-id 20060309152716.4C48.ITAGAKI.TAKAHIRO@lab.ntt.co.jp
обсуждение исходный текст
Ответы Re: [HACKERS] Automatic free space map filling  (Simon Riggs <simon@2ndquadrant.com>)
Re: [HACKERS] Automatic free space map filling  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
"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


Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Mark Kirkwood
Дата:
Сообщение: Re: [HACKERS] pg_freespacemap question
Следующее
От: "Jonah H. Harris"
Дата:
Сообщение: Re: CREATE SYNONYM ...