Parallel query and temp_file_limit

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Parallel query and temp_file_limit
Дата
Msg-id CAM3SWZRWXhcJqr1YazfEpog3J4gKmn658=Yu4vga3KrOqC8xig@mail.gmail.com
обсуждение исходный текст
Ответы Re: Parallel query and temp_file_limit  (Amit Kapila <amit.kapila16@gmail.com>)
Список pgsql-hackers
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. Enforcement of
temp_file_limit will therefore not work *per-session*.

-- 
Peter Geoghegan



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

Предыдущее
От: Masahiko Sawada
Дата:
Сообщение: Re: Reviewing freeze map code
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Reviewing freeze map code