Re: Parallel query and temp_file_limit

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: Parallel query and temp_file_limit
Дата
Msg-id CAM3SWZTXfNKSSJE8Q+AH9eHJiKy9BdLFH3S1+oj4ACgLPU+=BQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Parallel query and temp_file_limit  (Peter Geoghegan <pg@heroku.com>)
Ответы Re: Parallel query and temp_file_limit  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On Tue, May 17, 2016 at 3:33 PM, Peter Geoghegan <pg@heroku.com> wrote:
> Fundamentally, since temporary_files_size enforcement simply
> piggy-backs on low-level fd.c file management, without any
> consideration of what the temp files contain, it'll be hard to be sure
> that parallel workers will not have issues. I think it'll be far
> easier to fix the problem then it would be to figure out if it's
> possible to get away with it.

I'll write a patch to fix the issue, if there is a consensus on a solution.

-- 
Peter Geoghegan



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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: Parallel query and temp_file_limit
Следующее
От: Amit Langote
Дата:
Сообщение: Re: Declarative partitioning