Re: 7.3 schedule

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: 7.3 schedule
Дата
Msg-id 27964.1018630286@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: 7.3 schedule  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: 7.3 schedule  (Karel Zak <zakkr@zf.jcu.cz>)
Список pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Certainly a shared cache would be good for apps that connect to issue a
> single query frequently.  In such cases, there would be no local cache
> to use.

We have enough other problems with the single-query-per-connection
scenario that I see no reason to believe that a shared plan cache will
help materially.  The correct answer for those folks will *always* be
to find a way to reuse the connection.
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: 7.3 schedule
Следующее
От: Tom Lane
Дата:
Сообщение: pg_dump is broken in CVS tip