Re: Temporary tablespaces on a RAM disk

Поиск
Список
Период
Сортировка
От Laurenz Albe
Тема Re: Temporary tablespaces on a RAM disk
Дата
Msg-id 920a66f7c939c5a59f50d62d4b3979e82c25ff21.camel@cybertec.at
обсуждение исходный текст
Ответ на Temporary tablespaces on a RAM disk  ("Daniel Westermann (DWE)" <daniel.westermann@dbi-services.com>)
Ответы Re: Temporary tablespaces on a RAM disk
Список pgsql-general
On Tue, 2020-03-17 at 09:49 +0000, Daniel Westermann (DWE) wrote:
> is someone using temporary tablespaces on a RAM disk ? Any experiences with that?
> I did some quick tests and checked the archives but could not find any information that either confirmed it is a bad
ideanor the opposite.
 

Taking a step back, wouldn't it be better to increase "work_mem"
and "temp_buffers" and set "temp_file_limit", so that temporary
files are avoided whenever possible and temporary tables are cached?

Then essentially you are using the same memory for the same purposes,
but in a supported fashion.

Yours,
Laurenz Albe




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Temporary tablespaces on a RAM disk
Следующее
От: "Daniel Westermann (DWE)"
Дата:
Сообщение: Re: Temporary tablespaces on a RAM disk