Re: Postgresql 16.3 Out Of Memory

Поиск
Список
Период
Сортировка
От Ron Johnson
Тема Re: Postgresql 16.3 Out Of Memory
Дата
Msg-id CANzqJaArcMZs841VVvpOyrRfmOx5rnepwB9B-UgM4c=seTW5eA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Postgresql 16.3 Out Of Memory  (Greg Sabino Mullane <htamfids@gmail.com>)
Список pgsql-general
On Mon, Jun 3, 2024 at 9:12 AM Greg Sabino Mullane <htamfids@gmail.com> wrote:
On Mon, Jun 3, 2024 at 6:19 AM Radu Radutiu <rradutiu@gmail.com> wrote: 
Do you have any idea how to further debug the problem? 

Putting aside the issue of non-reclaimed memory for now, can you show us the actual query? The explain analyze you provided shows it doing an awful lot of joins and then returning 14+ million rows to the client. Surely the client does not need that many rows?

And the query cost is really high.  "Did you ANALYZE the instance after conversion?" was my first question.

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

Предыдущее
От: Greg Sabino Mullane
Дата:
Сообщение: Re: Postgresql 16.3 Out Of Memory
Следующее
От: Victor Yegorov
Дата:
Сообщение: Unexpected results from CALL and AUTOCOMMIT=off