Re: HOT patch - version 15

Поиск
Список
Период
Сортировка
От Pavan Deolasee
Тема Re: HOT patch - version 15
Дата
Msg-id 2e78013d0709110517o4fb784e2u2c0ccb985b9f11d7@mail.gmail.com
обсуждение исходный текст
Ответ на Re: HOT patch - version 15  ("Pavan Deolasee" <pavan.deolasee@gmail.com>)
Ответы Re: HOT patch - version 15  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches


On 9/11/07, Pavan Deolasee <pavan.deolasee@gmail.com> wrote:

- Track the minimum xmin in the page header to avoid repeated
(wasted) attempts to prune a Prunable page in the presence of long running
transactions.


I would actually think twice before even doing this because this would lead to
complete change in heap page structure and stop people from upgrading
to 8.3 without a complete dump/restore. I don't remember 8.3 introduces any other
significant change which already enforces that.

Thanks,
Pavan

--
Pavan Deolasee
EnterpriseDB     http://www.enterprisedb.com

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

Предыдущее
От: "Pavan Deolasee"
Дата:
Сообщение: Re: HOT patch - version 15
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: [HACKERS] Final Thoughts for 8.3 on LWLocking and Scalability