Re: tuplestore: write failed

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: tuplestore: write failed
Дата
Msg-id 5488.1034825761@sss.pgh.pa.us
обсуждение исходный текст
Ответ на tuplestore: write failed  ("Fernando Papa" <fpapa@claxson.com>)
Список pgsql-general
"Fernando Papa" <fpapa@claxson.com> writes:
> In server's logfile I found this:

> 2002-10-16 11:53:25 ERROR:  tuplestore: write failed

> I run again the query an I get the same error.
> I check the disk space... everithing ok.

Disk space overrun would certainly be the most probable explanation.
Checking free space *after* the failure proves nothing at all, because
the temp files would have been released on failure.  You might try
running "df" at frequent intervals while the query is running to confirm
my guess that it's exhausting disk space.

As for *why* it's exhausting disk space, maybe you are doing an
unconstrained join between two large tables?  It's hard to guess when
you did not show us the failing query nor the schemas for the tables
it uses.

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: Lamar Owen
Дата:
Сообщение: Re: Has anyone seen this SPARC bug? [Fwd: Bug#165060: postgresql: int8 value out of range on sparc]
Следующее
От: Tom Lane
Дата:
Сообщение: Re: signals??