Re: BUG #18909: Query creates millions of temporary files and stalls

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #18909: Query creates millions of temporary files and stalls
Дата
Msg-id 2051617.1746223978@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #18909: Query creates millions of temporary files and stalls  (PG Bug reporting form <noreply@postgresql.org>)
Ответы Re: BUG #18909: Query creates millions of temporary files and stalls
Список pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> I have a query: ...
> that I ran (from python client), and after it didn't finish in ~ an hour, i
> started to investigate, finding that the pgsql_tmp folder had 15 million
> temporary files from that query.

Does it behave any better if you disable parallelism
(set max_parallel_workers_per_gather = 0) ?

            regards, tom lane



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