Re: pgsql_tmp( Temporary tablespace)

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: pgsql_tmp( Temporary tablespace)
Дата
Msg-id D960CB61B694CF459DCFB4B0128514C208C0C32A@exadv11.host.magwien.gv.at
обсуждение исходный текст
Ответ на pgsql_tmp( Temporary tablespace)  ("suhas.basavaraj12" <suhas.b@verse.in>)
Ответы Re: pgsql_tmp( Temporary tablespace)  ("suhas.basavaraj12" <suhas.b@verse.in>)
Список pgsql-performance
suhas.basavaraj12 wrote:
> This folde( Temporary tablespace) is getting filled and size increases
in
> the day where there lots of sorting operations.But after some times
the data
> in the is deleted automatically .  Can any one explain what is going
on ?

Must be temporary files created by the sorting operations.
If a sort, hash or similar operation is estimated to need
more than work_mem if done in memory, data will be dumped
to disk instead.

If you want to avoid that, you need to increase work_mem
(but make sure you don't run out of memory).

Yours,
Laurenz Albe


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

Предыдущее
От: "suhas.basavaraj12"
Дата:
Сообщение: pgsql_tmp( Temporary tablespace)
Следующее
От: "suhas.basavaraj12"
Дата:
Сообщение: Re: pgsql_tmp( Temporary tablespace)