Re: BUG #2225: Backend crash -- BIG table

From: Patrick Rotsaert <patrick(dot)rotsaert(at)arrowup(dot)be>
To: Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2225: Backend crash -- BIG table
Date: 2006-02-03 18:27:27
Message-ID: 43E3A08F.9030506@arrowup.be
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


>Hmm, if you do an enable_hashagg=false and then run the query (without
>explain) does it work then?
>
>
pointspp=# set enable_hashagg = false;
SET
pointspp=# select trid, count(*) from pptran group by trid having
count(*) > 1;
ERROR: could not write block 661582 of temporary file: No space left on
device
HINT: Perhaps out of disk space?

Still does not work, but it no longer consumes that same amount of memory

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Patrick Rotsaert 2006-02-03 18:38:04 Re: BUG #2225: Backend crash -- BIG table
Previous Message Tom Lane 2006-02-03 17:42:56 Re: BUG #2225: Backend crash -- BIG table