Re: how to avoid that a postgres session eats up all the memory

Поиск
Список
Период
Сортировка
От Schwaighofer Clemens
Тема Re: how to avoid that a postgres session eats up all the memory
Дата
Msg-id fed954960901230221k458d9a7bw58d40be25aac6e90@mail.gmail.com
обсуждение исходный текст
Ответ на Re: how to avoid that a postgres session eats up all the memory  (Grzegorz Jaśkiewicz <gryzman@gmail.com>)
Список pgsql-general
But if I have my work mem small, shouldn't it then just end with "out
of memory" and not use up all the memory ...

On Fri, Jan 23, 2009 at 18:48, Grzegorz Jaśkiewicz <gryzman@gmail.com> wrote:
> try raising work_mem before the delete; on single connection :
>
> set work_mem=512000; DELETE FROM ......;
>



--
[ Clemens Schwaighofer                      -----=====:::::~ ]
[ IT Engineer/Manager                                        ]
[ E-Graphics Communications, TEQUILA\ Japan IT Group         ]
[                6-17-2 Ginza Chuo-ku, Tokyo 104-8167, JAPAN ]
[ Tel: +81-(0)3-3545-7703            Fax: +81-(0)3-3545-7343 ]
[ http://www.tequila.jp                                      ]




This e-mail is intended only for the named person or entity to which
it is addressed and contains valuable business information that is
privileged, confidential and/or otherwise protected from disclosure.
Dissemination, distribution or copying of this e-mail or the
information herein by anyone other than the intended recipient, or
an employee or agent responsible for delivering the message to the
intended recipient, is strictly prohibited.  All contents are the
copyright property of TBWA Worldwide, its agencies or a client of
such agencies. If you are not the intended recipient, you are
nevertheless bound to respect the worldwide legal rights of TBWA
Worldwide, its agencies and its clients. We require that unintended
recipients delete the e-mail and destroy all electronic copies in
their system, retaining no copies in any media.If you have received
this e-mail in error, please immediately notify us via e-mail to
disclaimer@tbwaworld.com.  We appreciate your cooperation.

We make no warranties as to the accuracy or completeness of this
e-mail and accept no liability for its content or use.  Any opinions
expressed in this e-mail are those of the author and do not
necessarily reflect the opinions of TBWA Worldwide or any of its
agencies or affiliates.


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

Предыдущее
От: Grzegorz Jaśkiewicz
Дата:
Сообщение: Re: how to avoid that a postgres session eats up all the memory
Следующее
От: Igor Katson
Дата:
Сообщение: Using null or not null in function arguments