Re: HOT for PostgreSQL 8.3

Поиск
Список
Период
Сортировка
От Pavan Deolasee
Тема Re: HOT for PostgreSQL 8.3
Дата
Msg-id 2e78013d0702111035q2058dfbdi1b04fb1ec5667906@mail.gmail.com
обсуждение исходный текст
Ответ на Re: HOT for PostgreSQL 8.3  (Hannu Krosing <hannu@skype.net>)
Ответы Re: HOT for PostgreSQL 8.3
Список pgsql-hackers

On 2/11/07, Hannu Krosing <hannu@skype.net> wrote:
Ühel kenal päeval, P, 2007-02-11 kell 12:35, kirjutas Tom Lane:
> Hannu Krosing <hannu@skype.net> writes:
> > What if we would just reuse the root tuple directly instead of turning
> > it into a stub ?
> > This would create a cycle of ctid pointers, which changes the lookup
> > process from 'follow ctid chaint until the end' to 'follow the tid chain
> > until you reach the start'.
>
> How do you know which one is newest?

By xmin,cmin of course .

This sounds interesting. But we might have trouble supporting HOT-update when
tuple length changes. May be we can release the space consumed by the dead root
tuple and have fresh allocation if the tuple length increases.


Thanks,
Pavan

--

EnterpriseDB     http://www.enterprisedb.com

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

Предыдущее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: Reducing likelihood of deadlocks (was referential Integrity and SHARE locks)
Следующее
От: Lukas Kahwe Smith
Дата:
Сообщение: Re: wishlist items ..