Re: Caching of Queries

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Caching of Queries
Дата
Msg-id 18410.1095883147@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Caching of Queries  (Scott Kirkwood <scottakirkwood@gmail.com>)
Ответы Re: Caching of Queries  (Neil Conway <neilc@samurai.com>)
Re: Caching of Queries  ("Gary Doades" <gpd@gpdnet.co.uk>)
Список pgsql-performance
Scott Kirkwood <scottakirkwood@gmail.com> writes:
> What do you think?

I think this would allow the problems of cached plans to bite
applications that were previously not subject to them :-(.
An app that wants plan re-use can use PREPARE to identify the
queries that are going to be re-executed.

            regards, tom lane

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

Предыдущее
От: Scott Kirkwood
Дата:
Сообщение: Caching of Queries
Следующее
От: Steven Rosenstein
Дата:
Сообщение: Infinite CPU loop due to field ::type casting