Re: could not write to hash-join temporary file: No space left on device

Поиск
Список
Период
Сортировка
От Martín Marqués
Тема Re: could not write to hash-join temporary file: No space left on device
Дата
Msg-id 51BE4868.9010406@2ndquadrant.com
обсуждение исходный текст
Ответ на could not write to hash-join temporary file: No space left on device  (Moshe Jacobson <moshe@neadwerx.com>)
Список pgsql-general
El 14/06/13 18:25, Moshe Jacobson escribió:
> My database is total around 100 gigs of data, and I have 50 gigs free on
> the volume, yet I get this error message. It was a simple join. Is there
> a way to see more information on why I got this error?

Forgot to say. A low value of work_mem will make it more suitable for
PostgreSQL to use temp files if numerous sorting jobs need quite a good
amount o memory.

You might as well try different values of work_mem to see what happens
(watch out for large values of work_mem), or rethink your query all
together.

Cheers,

--
Martín Marqués                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services


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

Предыдущее
От: Martín Marqués
Дата:
Сообщение: Re: could not write to hash-join temporary file: No space left on device
Следующее
От: Jeff Janes
Дата:
Сообщение: Re: could not write to hash-join temporary file: No space left on device