Re: Fwd: Query out of memory

Поиск
Список
Период
Сортировка
От Justin Pryzby
Тема Re: Fwd: Query out of memory
Дата
Msg-id 20211019102613.GJ4679@telsasoft.com
обсуждение исходный текст
Ответ на Fwd: Query out of memory  (aditya desai <admad123@gmail.com>)
Ответы Re: Query out of memory  (aditya desai <admad123@gmail.com>)
Список pgsql-performance
On Tue, Oct 19, 2021 at 11:28:46AM +0530, aditya desai wrote:
> I am running the below query. Table has 21 million records. I get an Out Of
> Memory error after a while.(from both pgadmin and psql). Can someone review

Is the out of memory error on the client side ?
Then you've simply returned more rows than the client can support.

In that case, you can run it with "explain analyze" to prove that the server
side can run the query.  That returns no data rows to the client, but shows the
number of rows which would normally be returned.

-- 
Justin



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

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: Query out of memory
Следующее
От: aditya desai
Дата:
Сообщение: Re: Query out of memory