Re: pgsql_tmp consuming all inodes

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql_tmp consuming all inodes
Дата
Msg-id 6039.1416582906@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql_tmp consuming all inodes  ("Nestor A. Diaz" <nestor@tiendalinux.com>)
Список pgsql-general
"Nestor A. Diaz" <nestor@tiendalinux.com> writes:
> As you can see from above it creates a lots of temp files for the same
> query.
> And finally the query is this:

Could we see what EXPLAIN says about that?

You might try EXPLAIN ANALYZE too, but we're expecting that to run out
of disk space :-(.

I'm speculating wildly here, but I wonder whether it still runs
out of disk space if you remove the COALESCE((SELECT...)) output
expression.

            regards, tom lane


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

Предыдущее
От: Bill Moran
Дата:
Сообщение: Re: pgsql_tmp consuming all inodes
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: pgsql_tmp consuming all inodes