Re: Postgres eats up memory when using cursors

Поиск
Список
Период
Сортировка
От Denis Perchine
Тема Re: Postgres eats up memory when using cursors
Дата
Msg-id 01030200415107.00608@dyp.perchine.com
обсуждение исходный текст
Ответ на Re: Postgres eats up memory when using cursors  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Postgres eats up memory when using cursors
Список pgsql-general
> > This leaks (columns + 1) per query, 4 bytes in your case.  But is has
> > been there in 7.0 as well.
>
> Ooops, my bad --- repeating my test shows process growth in 7.0 as well.
> I had missed it the first time because I'd previously done a plain
> "select *", which ballooned the process footprint of psql.  So the
> leakage was happening within previously-grabbed memory and wasn't
> obvious in "top".
>
> This doesn't seem to actually be related to Denis' problem, but a
> leak is a leak ...

Is this is the same leak? I mean I do not use psql in any mean...

--
Sincerely Yours,
Denis Perchine

----------------------------------
E-Mail: dyp@perchine.com
HomePage: http://www.perchine.com/dyp/
FidoNet: 2:5000/120.5
----------------------------------

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Postgres eats up memory when using cursors
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Set Operators and Arrays Question