Re: HOT is applied

Поиск
Список
Период
Сортировка
От Pavan Deolasee
Тема Re: HOT is applied
Дата
Msg-id 2e78013d0709210119p360f94d0y26c0986e969ec479@mail.gmail.com
обсуждение исходный текст
Ответ на Re: HOT is applied  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers


On 9/21/07, Bruce Momjian <bruce@momjian.us> wrote:

This might be a simplistic question but if the page is +90% full and
there is a long-lived transaction, isn't Postgres going to try pruning
on each page read access?


The way it stands today, yes. Thats one reason why we are seeing
the performance drop in this particular case.

I liked the earlier proposed idea of storing the xid in the page header
to quickly tell us whether its worth pruning the page.

Thanks,
Pavan

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

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

Предыдущее
От: "Eswar"
Дата:
Сообщение: Query
Следующее
От: "Heikki Linnakangas"
Дата:
Сообщение: Re: HOT is applied