Re: Why does this query write to the disk?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Why does this query write to the disk?
Дата
Msg-id 24980.1221764305@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Why does this query write to the disk?  ("Scott Carey" <scott@richrelevance.com>)
Список pgsql-performance
"Scott Carey" <scott@richrelevance.com> writes:
> Under what conditions does EXPLAIN ANALYZE report spilling work_mem to
> disk?

For hash joins, it doesn't.  You might be thinking of the additional
reporting we added for sorts recently; but there's no comparable
logging for hash ...

            regards, tom lane

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

Предыдущее
От: "Nikolas Everett"
Дата:
Сообщение: Re: Why does this query write to the disk?
Следующее
От: Greg Smith
Дата:
Сообщение: Re: RAID arrays and performance