Re: in memory views

From: <me(at)alternize(dot)com>
To: "Thomas Vatter" <thomas(dot)vatter(at)network-inventory(dot)de>
Cc: <pgsql-performance(at)postgresql(dot)org>
Subject: Re: in memory views
Date: 2006-05-10 15:45:37
Message-ID: 0dbe01c67448$c9834b10$6402a8c0@iwing
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Markus Schaber 2006-05-10 15:59:26 Re: [HACKERS] Big IN() clauses etc : feature proposal
Previous Message Scott Marlowe 2006-05-10 15:45:06 Re: in memory views