Re: base directory size getting increased

Поиск
Список
Период
Сортировка
От Ravi Krishna
Тема Re: base directory size getting increased
Дата
Msg-id B66808BD-3F39-42B4-856D-10B007DAE4B2@icloud.com
обсуждение исходный текст
Ответ на Re: base directory size getting increased  (Atul Kumar <akumar14871@gmail.com>)
Список pgsql-general
>
> initially pgsql_tmp size was 87 GB and after execution of query it was
> started increasinng beyond 87GBs so yes, pgsql_tmp directory size is
> getting increased while exporting  data into csv file.
>
> But once I rolled back the query, pgsql_tmp directory it was back to
> 87 GBs so please help me in telling how do I clean that 87GB of space
> of pgsql_tmp directory.
>

Ideally applications which creates temp table should drop it when no longer needed.
When not dropped, they get dropped automatically when the session which created
them terminates.  Looks like in your case both are not happening.

Which is the oldest session still shown as connected?


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

Предыдущее
От: Atul Kumar
Дата:
Сообщение: Re: base directory size getting increased
Следующее
От: Laurenz Albe
Дата:
Сообщение: Re: base directory size getting increased