Re: Compressing the AFTER TRIGGER queue

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Compressing the AFTER TRIGGER queue
Дата
Msg-id CA+Tgmob1jWU=Zq-EQnBoPkzC+y_xW5v8O8D_Y3Y4a3d5gAPVEA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Compressing the AFTER TRIGGER queue  (Dean Rasheed <dean.a.rasheed@gmail.com>)
Ответы Re: Compressing the AFTER TRIGGER queue  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Mon, Aug 1, 2011 at 1:42 PM, Dean Rasheed <dean.a.rasheed@gmail.com> wrote:
>>> Hmmmm ... not sure.  It seems a bit scary, but on the other hand we
>>> should be able to assume that the updating subtransaction hasn't been
>>> rolled back (else surely we shouldn't be firing the trigger).  So in
>>> principle it seems like the t_ctid link can't have been replaced.
>>> This will foreclose any ideas about collapsing t_ctid link chains,
>>> if anyone had it in mind to do that.
>>
>> Don't we already do that when pruning HOT chains?
>
> I thought that only happens after the transaction is committed, and
> old enough, whereas the trigger code only needs to follow the chain in
> the updating transaction.

Hmm, true.

I worry a bit that this might foreclose possible future optimization
of the "self update" case, which is a known pain point.  Am I wrong to
worry?

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


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

Предыдущее
От: David Fetter
Дата:
Сообщение: Re: libedit memory stomp is apparently fixed in OS X Lion
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Compressing the AFTER TRIGGER queue