Re: BUG #2225: Backend crash -- BIG table - Mailing list pgsql-bugs

From Patrick Rotsaert
Subject Re: BUG #2225: Backend crash -- BIG table
Date
Msg-id 43E3A08F.9030506@arrowup.be
Whole thread Raw
In response to Re: BUG #2225: Backend crash -- BIG table  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
List 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

pgsql-bugs by date:

Previous
From: Patrick Rotsaert
Date:
Subject: Re: BUG #2225: Backend crash -- BIG table
Next
From: Patrick Rotsaert
Date:
Subject: Re: BUG #2225: Backend crash -- BIG table