Re: does work_mem is used on temp tables?

Поиск
Список
Период
Сортировка
От Andrew Gierth
Тема Re: does work_mem is used on temp tables?
Дата
Msg-id 87efcx7wz1.fsf@news-spur.riddles.org.uk
обсуждение исходный текст
Ответ на does work_mem is used on temp tables?  (Mariel Cherkassky <mariel.cherkassky@gmail.com>)
Ответы Re: does work_mem is used on temp tables?
Re: does work_mem is used on temp tables?
Список pgsql-admin
>>>>> "Mariel" == Mariel Cherkassky <mariel.cherkassky@gmail.com> writes:

 Mariel> Hi,
 Mariel> Does the work mem is used when I do sorts or hash operations on
 Mariel> temp tables ? Or the temp_buffer that is allocated at the
 Mariel> beginning of the session is used for it ?

work_mem is used for sorts and hashes regardless of what type the
underlying table (if any) is.

temp_buffers is used to buffer the actual _content_ of temp tables.

-- 
Andrew (irc:RhodiumToad)


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

Предыдущее
От: Mariel Cherkassky
Дата:
Сообщение: does work_mem is used on temp tables?
Следующее
От: Mariel Cherkassky
Дата:
Сообщение: Re: does work_mem is used on temp tables?