Re: Caching of Queries

Поиск
Список
Период
Сортировка
От Matt Clark
Тема Re: Caching of Queries
Дата
Msg-id 002001c4a194$25481810$8300a8c0@solent
обсуждение исходный текст
Ответ на Re: Caching of Queries  ("Jason Coene" <jcoene@gotfrag.com>)
Список pgsql-performance
> I've looked at PREPARE, but apparently it only lasts
> per-session - that's worthless in our case (web based
> service, one connection per data-requiring connection).

That's a non-sequitur.  Most 'normal' high volume web apps have persistent
DB connections, one per http server process.  Are you really dropping DB
connections and reconnecting each time a new HTTP request comes in?

M


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Caching of Queries
Следующее
От: Gaetano Mendola
Дата:
Сообщение: Re: Caching of Queries