Re: Query out of memory

Поиск
Список
Период
Сортировка
От Michael Lewis
Тема Re: Query out of memory
Дата
Msg-id CAHOFxGpjrXLbvzUv-sszky3LD8wiH4gfu_FTy5VcyVabKyszkw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Query out of memory  (aditya desai <admad123@gmail.com>)
Ответы Re: Query out of memory  (aditya desai <admad123@gmail.com>)
Список pgsql-performance
Check explain plan, change work mem to 100MBs and then check explain plan again. If it changed, then try explain analyze.

Work mem is limit is used per node in the plan, so especially with partitioned tables, that limit is way too high.

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

Предыдущее
От: Andreas Joseph Krogh
Дата:
Сообщение: Sv: Fwd: Query out of memory
Следующее
От: aditya desai
Дата:
Сообщение: Re: Query out of memory