Re: Free space management within heap page

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: Free space management within heap page
Дата
Msg-id 20070123084846.GC19527@svana.org
обсуждение исходный текст
Ответ на Free space management within heap page  ("Pavan Deolasee" <pavan.deolasee@gmail.com>)
Ответы Re: Free space management within heap page  ("Pavan Deolasee" <pavan.deolasee@gmail.com>)
Список pgsql-hackers
On Tue, Jan 23, 2007 at 01:48:08PM +0530, Pavan Deolasee wrote:
> I am thinking that maintaining fragmented free space within a heap page
> might be a good idea. It would help us to reuse the free space ASAP without
> waiting for a vacuum run on the page. This in turn will lead to lesser heap
> bloats and also increase the probability of placing updated tuple in the
> same heap page as the original one.

<snip>

Nice idea but:

> We might not be able to reuse the line pointers because indexes may have
> references to it. All such line pointers will be freed when the page is
> vacuumed during the regular vacuum.

The overwhelming vast majoirty of tuples are going to be in one or more
indexes. Which means nearly all tuples are going to fall into this
category. So where's the benefit?

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

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

Предыдущее
От: "Pavan Deolasee"
Дата:
Сообщение: Free space management within heap page
Следующее
От: "Pavan Deolasee"
Дата:
Сообщение: Re: Free space management within heap page