Running out of memory while making a join

From: rahul143 <rk204885(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Running out of memory while making a join
Date: 2012-12-02 15:59:15
Message-ID: 1354463955370-5734605.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

The following SQL join command runs the PostgreSQL server out of memory. The
server runs on a box with Red Hat Enterprise Linux Server release 6.3
(Santiago) and PostgreSQL 8.3.21.

select wm_nfsp from "5611_isarq".wm_nfsp
left join "5611_nfarq".nfe on
wm_nfsp.tpdoc = 7 where 1 = 1 and
wm_nfsp.codpre = 2866 and
wm_nfsp.compet = '10/2012';

-----

--
View this message in context: http://postgresql.1045698.n5.nabble.com/Running-out-of-memory-while-making-a-join-tp5734605.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

Browse pgsql-general by date

  From Date Subject
Next Message rahul143 2012-12-02 16:09:17 Bug in postgres 9.2 installation: pg_archivecleanup: command not found
Previous Message rahul143 2012-12-02 15:50:22 column "tgconstraint" doest not exist