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

Поиск
Список
Период
Сортировка
От Grzegorz Jaśkiewicz
Тема Re: how to avoid that a postgres session eats up all the memory
Дата
Msg-id 2f4958ff0901230148s5862f677u3e5d60bcb32b06b9@mail.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
Список pgsql-general
try raising work_mem before the delete; on single connection :

set work_mem=512000; DELETE FROM ......;

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