Re: HOT patch - version 15

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: HOT patch - version 15
Дата
Msg-id 46E03A43.9000300@enterprisedb.com
обсуждение исходный текст
Ответ на Re: HOT patch - version 15  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: HOT patch - version 15  (Alvaro Herrera <alvherre@commandprompt.com>)
Re: HOT patch - version 15  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Alvaro Herrera wrote:
> Heikki Linnakangas escribió:
>
>> Hmm. I wonder if we could prune/defragment in bgwriter?
>
> That would be best, if at all possible.  You can prune without accessing
> anything outside the page itself, right?

Yes, though you do need to have an oldest xmin to determine which tuples
are dead, and the removed tuples need to be WAL-logged.

--
  Heikki Linnakangas
  EnterpriseDB   http://www.enterprisedb.com

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: HOT patch - version 15
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: HOT patch - version 15