Re: Ran out of memory retrieving query results.

From: Andreas Kretschmer <andreas(at)a-kretschmer(dot)de>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Ran out of memory retrieving query results.
Date: 2019-03-11 07:07:58
Message-ID: 092867e6-35f8-16f0-b79e-99a14bcb78c5@a-kretschmer.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Am 11.03.19 um 06:44 schrieb Nanda Kumar:
> Hello Tem,
>
> Can you please help on the below issues . The below Error occurred when I run the select statement for the huge data volume.
>
> Error Details :
>
> Ran out of memory retrieving query results.

you should provide more details, for instance (at least)
* os and pg version
* how much ram contains the machine
* config-parameters (shared_buffers, work_mem, max_connections)
* running activities
* the query itself
* table-definition
* how large are the tables
* the EXPLAIN of the query

Regards, Andreas

--
2ndQuadrant - The PostgreSQL Support Company.
www.2ndQuadrant.com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message reg_pg_stefanz 2019-03-11 07:33:42 Re: TPC-DS queries
Previous Message Nanda Kumar 2019-03-11 05:44:08 RE: Ran out of memory retrieving query results.