Re: Loss of cache when persistent connexion is closed

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Loss of cache when persistent connexion is closed
Дата
Msg-id 22396.1199837155@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Loss of cache when persistent connexion is closed  ("Guillaume Pungeot" <gpungeot@gmail.com>)
Список pgsql-performance
"Guillaume Pungeot" <gpungeot@gmail.com> writes:
> I assume that each postgresql process manage its own cache but that there is
> no global cache. Am I right ?

No, you aren't.

Are you sure you're not shutting down the postmaster?  Just exiting
individual sessions shouldn't result in anything getting discarded
from shared buffers.

            regards, tom lane

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

Предыдущее
От: "Guillaume Pungeot"
Дата:
Сообщение: Loss of cache when persistent connexion is closed
Следующее
От: "John Smith"
Дата:
Сообщение: Performance of aggregates over set-returning functions