Re: Pre-allocated free space for row

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Pre-allocated free space for row
Дата
Msg-id 11756.1125578532@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Pre-allocated free space for row  ("Zeugswetter Andreas DAZ SD" <ZeugswetterA@spardat.at>)
Список pgsql-hackers
"Zeugswetter Andreas DAZ SD" <ZeugswetterA@spardat.at> writes:
> The bgwriter could "update" all columns of dead heap tuples in heap
> pages
> to NULL and thus also gain free space without the need to touch the
> indexes.
> The slot would stay used but it would need less space.

Not unless it's running a transaction (consider TOAST updates).
        regards, tom lane


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

Предыдущее
От: "Zeugswetter Andreas DAZ SD"
Дата:
Сообщение: Re: Pre-allocated free space for row
Следующее
От: Tom Lane
Дата:
Сообщение: Re: On hardcoded type aliases and typmod for user types