Re: invalidating cached plans

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: invalidating cached plans
Дата
Msg-id 4396.1112460279@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: invalidating cached plans  ("Qingqing Zhou" <zhouqq@cs.toronto.edu>)
Список pgsql-hackers
"Qingqing Zhou" <zhouqq@cs.toronto.edu> writes:
> "Neil Conway" <neilc@samurai.com> writes
>> PostgreSQL should invalidate a cached query plan when one of the objects
>> the plan depends upon is modified.

> It just comes into my mind that current cache invalidation implementation
> may need to consider the future query result cache.

There isn't likely ever to be a query result cache.  The idea has been
proposed before and rejected before: too much complexity and overhead
for too little prospective gain.  If you need such a thing it makes
more sense to do it on the application side and save a network round
trip.
        regards, tom lane


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

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: [GENERAL] plPHP in core?
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: [GENERAL] plPHP in core?