Materialized Views in PostgreSQL

From: Jean-Michel Pouré <jm(at)poure(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Materialized Views in PostgreSQL
Date: 2005-09-12 08:17:35
Message-ID: 200509121017.35637.jm@poure.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-hackers by date

  From Date Subject
Next Message Jean-Michel Pouré 2005-09-12 08:24:34 Materialized Views in PostgreSQL
Previous Message Martijn van Oosterhout 2005-09-12 07:06:03 Re: -fPIC