Re: Postgres filling up hard drive with swap files

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Postgres filling up hard drive with swap files
Дата
Msg-id 1784.1093030995@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Postgres filling up hard drive with swap files  (Bill Moran <wmoran@potentialtech.com>)
Ответы Re: Postgres filling up hard drive with swap files  (Joe Lester <joe_lester@sweetwater.com>)
Список pgsql-general
Bill Moran <wmoran@potentialtech.com> writes:
> Joe Lester <joe_lester@sweetwater.com> wrote:
>>> I'm wondering, however, if you have a connection leak instead.  i.e.
>>> is it possible that your client application is opening a whole bunch
>>> of connections and never closing them?
>>
>> No. The clients open only one connection (and hang onto it for dear
>> life  :-).

> If these clients aren't utilizing the database, it might be worthwhile
> to have them disconnect after a period of inactivity, and reconnect when
> things get busy again.

If my theory is right, this would actually be counterproductive.  The
leak I think I'm seeing is associated with backend exit and so the way
to slow it as much as possible is to prolong backend lifetime as much
as possible.  Joe, what is the mean lifetime of your connections anyway?
I assume they don't stay up forever.

            regards, tom lane

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

Предыдущее
От: Shelby Cain
Дата:
Сообщение: Re: Postgresql 8.0 beta 1 - strange cpu usage statistics and slow vacuuming
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Postgresql 8.0 beta 1 - strange cpu usage statistics and slow vacuuming