Execution plan caching

Поиск
Список
Период
Сортировка
От Oliver Kohll
Тема Execution plan caching
Дата
Msg-id 200207270151.25799.oliver@gtwebmarque.com
обсуждение исходный текст
Ответы Re: Execution plan caching  (nconway@klamath.dyndns.org (Neil Conway))
Список pgsql-general
Hi,
Does anyone know whether postgres caches its execution plans,
http://www.saturn5.com/~jwb/dbi-performance.html#stage2 ?

Hope so because I've just changed all of the queries in my code to use DBI's
bind_param. If not, will be useful if we ever port to Oracle anyway ;-)

If so, is the cache per db connection or does it remain across disconnects and
connects, i.e. will I have to use mod_perl to get the most advantage?

--
Regards,
Oliver
www.gtwebmarque.com

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

Предыдущее
От: "Yuriy S. Polyakov"
Дата:
Сообщение: _return double dimension array (table) from PLpgSQL procedure
Следующее
От: Joe Conway
Дата:
Сообщение: Re: Advice on geolocation