Materialized Views in PostgreSQL - Mailing list pgsql-hackers

From Jean-Michel Pouré
Subject Materialized Views in PostgreSQL
Date
Msg-id 200509121024.34267.jm@poure.com
Whole thread Raw
Responses Re: Materialized Views in PostgreSQL
Re: Materialized Views in PostgreSQL
List pgsql-hackers
Dear friends and all,

Johnathan Gardner did a wonderful job on materialized views:
http://jonathangardner.net/PostgreSQL/materialized_views/matviews.html

Are there any plans to integrate materialized views written in plain C in the 
future. This can help gain a lot of time in Web applications.

For example, Web CMS (or even forums) have 99% SELECT queries.
Being able to use materialized view would boost speed.

Kind regards,
Jean-Michel


pgsql-hackers by date:

Previous
From: Jean-Michel Pouré
Date:
Subject: Materialized Views in PostgreSQL
Next
From: Tino Wildenhain
Date:
Subject: Re: Materialized Views in PostgreSQL