Re: invalidating cached plans

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: invalidating cached plans
Дата
Msg-id 42391192.80408@samurai.com
обсуждение исходный текст
Ответ на Re: invalidating cached plans  (Neil Conway <neilc@samurai.com>)
Ответы Re: invalidating cached plans  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: invalidating cached plans  (Karel Zak <zakkr@zf.jcu.cz>)
Список pgsql-hackers
Neil Conway wrote:
> Do we want to share plans between call sites?

After thinking about this a little more, I think the answer is "no" -- 
it doesn't really buy us much, and introduces some extra complications 
(e.g. resource management).

BTW, it's quite annoying that the planner scribbles on its input. I've 
got half a mind to fix this before doing the rest of the cache 
invalidation work. That might be quite a large project, however...

-Neil


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Changing the default wal_sync_method to open_sync for
Следующее
От: Tom Lane
Дата:
Сообщение: Re: invalidating cached plans