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

Поиск
Список
Период
Сортировка
От Patrick Rotsaert
Тема Re: BUG #2225: Backend crash -- BIG table
Дата
Msg-id 43E3A08F.9030506@arrowup.be
обсуждение исходный текст
Ответ на Re: BUG #2225: Backend crash -- BIG table  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
Список 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 по дате отправления:

Предыдущее
От: Patrick Rotsaert
Дата:
Сообщение: Re: BUG #2225: Backend crash -- BIG table
Следующее
От: Patrick Rotsaert
Дата:
Сообщение: Re: BUG #2225: Backend crash -- BIG table