Re: in memory views

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

you might also want to look into "materialized views":
http://jonathangardner.net/PostgreSQL/materialized_views/matviews.html
http://www.varlena.com/varlena/GeneralBits/64.php

this helped us alot when we had slow queries involving many tables.

cheers,
thomas


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

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: in memory views
Следующее
От: Nis Jorgensen
Дата:
Сообщение: Re: [HACKERS] Big IN() clauses etc : feature proposal