Re: Need some clarification

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Need some clarification
Дата
Msg-id 26569.1147496225@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Need some clarification  ("Qingqing Zhou" <zhouqq@cs.toronto.edu>)
Список pgsql-hackers
"Qingqing Zhou" <zhouqq@cs.toronto.edu> writes:
> Yes, IMHO the basic idea is like that - the difficulty is that we are 
> lack of efficient object tracking mechanism, so that when an underlying 
> object is changed, all the prepared plans should be invalidated.

The basic signaling mechanism does exist (the "sinval" code for tracking
catcache invalidations).  What needs to be done is setting up some
infrastructure for storing plans and recognizing that a particular plan
is invalidated by a particular sinval message.  I think Neil's done some
work on this.
        regards, tom lane


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

Предыдущее
От: "Qingqing Zhou"
Дата:
Сообщение: Re: Need some clarification
Следующее
От: Thomas Hallgren
Дата:
Сообщение: Re: Inheritance, Primary Keys and Foreign Keys