Persistent Plan Cache

Поиск
Список
Период
Сортировка
От Joshua Rubin
Тема Persistent Plan Cache
Дата
Msg-id 4AAAB031.1080402@esoft.com
обсуждение исходный текст
Ответы Re: Persistent Plan Cache
Re: Persistent Plan Cache
Список pgsql-performance
Hi,

We have a very large, partitioned, table that we often need to query
from new connections, but frequently with similar queries. We have
constraint exclusion on to take advantage of the partitioning. This also
makes query planning more expensive. As a result, the CPU is fully
loaded, all the time, preparing queries, many of which have been
prepared, identically, by other connections.

Is there any way to have a persistent plan cache that remains between
connections? If such a mechanism existed, it would give us a great
speedup because the CPU's load for planning would be lightened
substantially.

Thank you,
Joshua Rubin


Вложения

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

Предыдущее
От: zz_11@mail.bg
Дата:
Сообщение: possible wrong query plan on pg 8.3.5,
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Persistent Plan Cache