Re: Performance of subselects

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Performance of subselects
Дата
Msg-id dcc563d10903081215q5582d8dhd6ce499c8cbca302@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Performance of subselects  (Grzegorz Jaśkiewicz <gryzman@gmail.com>)
Ответы Re: Performance of subselects  (Christian Schröder <cs@deriva.de>)
Список pgsql-general
On Sun, Mar 8, 2009 at 12:47 PM, Grzegorz Jaśkiewicz <gryzman@gmail.com> wrote:
> work_mem constraints amount of memory allocated per connection, hence

Actually, it's per sort. And there can be > 1 sort per query.

> you can run out of memory if too many connections try to use too much
> of it at the same time, that's why it is advisable to set work_mem per
> connection/query, should the connection/query require more.

Definitely.

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

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: Random Deadlock on DROP CONSTRAINT
Следующее
От: John R Pierce
Дата:
Сообщение: Re: Enable user access from remote host