Re: in memory views

Поиск
Список
Период
Сортировка
От Tino Wildenhain
Тема Re: in memory views
Дата
Msg-id 4461B3DE.6030700@wildenhain.de
обсуждение исходный текст
Ответ на in memory views  (Thomas Vatter <thomas.vatter@network-inventory.de>)
Ответы Re: in memory views  (Thomas Vatter <thomas.vatter@network-inventory.de>)
Список pgsql-performance
Thomas Vatter schrieb:
> is there a possibility for creating views or temp tables in memory to
> avoid disk io when user makes select operations?

No need. The data will be available in OS and database caches if
they are really required often. If not, tune up the caches and
do a regular "pre select".

Regards
Tino

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

Предыдущее
От: Thomas Vatter
Дата:
Сообщение: in memory views
Следующее
От: Thomas Vatter
Дата:
Сообщение: Re: in memory views