how to avoid that a postgres session eats up all the memory
От
Clemens Schwaighofer
Тема
how to avoid that a postgres session eats up all the memory
Дата
Msg-id
497833A3.40706@tequila.jp
Список
Дерево обсуждения
how to avoid that a postgres session eats up all the memory Clemens Schwaighofer <clemens.schwaighofer@tequila.jp>
Re: how to avoid that a postgres session eats up all the memory Dhaval Jaiswal <bablu_postgres@yahoo.com>
Re: how to avoid that a postgres session eats up all the
memory Richard Huxton <dev@archonet.com>
Re: how to avoid that a postgres session eats up all the
memory Grzegorz Jaśkiewicz <gryzman@gmail.com>
Re: how to avoid that a postgres session eats up all the
memory Clemens Schwaighofer <clemens.schwaighofer@tequila.jp>
Re: how to avoid that a postgres session eats up all the
memory Grzegorz Jaśkiewicz <gryzman@gmail.com>
Re: how to avoid that a postgres session eats up all the
memory Schwaighofer Clemens <clemens.schwaighofer@tequila.jp>
Re: how to avoid that a postgres session eats up all the
memory Clemens Schwaighofer <clemens.schwaighofer@tequila.jp>
Re: how to avoid that a postgres session eats up all the
memory Richard Huxton <dev@archonet.com>
Re: how to avoid that a postgres session eats up all the
memory Clemens Schwaighofer <clemens.schwaighofer@tequila.jp>
Hi, I just literally trashed my test server with one delete statement because the psql used up all its memory and started to swap like crazy. my delete looked like this DELETE FROM table_foo WHERE bar_id IN (SELECT DISTINCT bar_id FROM bar LEFT JOIN ... LEFT JOIN ... LEFT JOIN .... WHERE table.bar_id IS NULL AND ...) so basically it runs a select to see what entries do not have any reference data and then should delete them all. Now, my question is. How can I setup postgres to not use up all the memory and then make the server useless. How can I set it up, so it dies with "out of memory" before I have to restart the server. -- [ Clemens Schwaighofer -----=====:::::~ ] [ IT Engineer/Web Producer/Planning/Manager ] [ E-Graphics Communications SP Digital ] [ 6-17-2 Ginza Chuo-ku, Tokyo 104-8167, JAPAN ] [ Tel: +81-(0)3-3545-7706 Fax: +81-(0)3-3545-7343 ] [ http://www.e-gra.co.jp ]
В списке pgsql-general по дате отправления
От: Richard Huxton
Дата: