Re: Parallel query and temp_file_limit

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема Re: Parallel query and temp_file_limit
Дата
Msg-id CAA4eK1LLeq7JTON=kFjAXZauM3zm9Ck=iTaUU0_H5oj=DPbUUQ@mail.gmail.com
обсуждение исходный текст
Ответ на Parallel query and temp_file_limit  (Peter Geoghegan <pg@heroku.com>)
Ответы Re: Parallel query and temp_file_limit  (Peter Geoghegan <pg@heroku.com>)
Список pgsql-hackers

On Wed, May 18, 2016 at 12:55 AM, Peter Geoghegan <pg@heroku.com> wrote:
>
> temp_file_limit "specifies the maximum amount of disk space that a
> session can use for temporary files, such as sort and hash temporary
> files", according to the documentation. That's not true when parallel
> query is in use, since the global variable temporary_files_size
> receives no special treatment for parallel query.
>

What kind of special treatment are you expecting for temporary_files_size, also why do you think it is required?  Currently neither we build hash in parallel nor there is any form of parallel sort work.

With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com

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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Reviewing freeze map code
Следующее
От: Manuel Kniep
Дата:
Сообщение: foreign table batch inserts