Re: in memory views - Mailing list pgsql-performance

From
Subject Re: in memory views
Date
Msg-id 0dbe01c67448$c9834b10$6402a8c0@iwing
Whole thread Raw
In response to in memory views  (Thomas Vatter <thomas.vatter@network-inventory.de>)
List 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 by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: in memory views
Next
From: Nis Jorgensen
Date:
Subject: Re: [HACKERS] Big IN() clauses etc : feature proposal