Would like to sponsor implementation of MATERIALIZED VIEWS

From: js(at)deriva(dot)de
To: pgsql-hackers(at)postgresql(dot)org
Subject: Would like to sponsor implementation of MATERIALIZED VIEWS
Date: 2008-05-15 06:40:47
Message-ID: a8428a9e-65cf-474b-98f7-071dfe1c02b5@59g2000hsb.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

as I posted already in the general newsgroup our company has decided
that we would like to sponsor the implementation of materialized views
for Postgres.
However at the moment we have no idea about the complexity of the
implementation and therefore what the cost would be. Since the point
is already on the TODO List, are there already any (rough) estimates?

The TODO List reads:
"Right now materialized views require the user to create triggers on
the main table to keep the summary table current. SQL syntax should be
able to manager the triggers and summary table automatically."
And this is what we need.

"A more sophisticated implementation would automatically retrieve from
the summary table when the main table is referenced, if possible."
If this means that e.g. a query would "know by itself" that it could
get the data from the view instead of from the main table, then we
don't need this feature at the moment. Otherwise: Could anyone
explain?

Regards,
Jan

--
Jan Strube
www.deriva.de

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2008-05-15 07:12:49 Re: [rfc,patch] PL/Proxy in core
Previous Message Tom Lane 2008-05-15 06:35:04 Re: missing $PostgreSQL:$