Re: Materialized views in Oracle

From: Craig Ringer <ringerc(at)ringerc(dot)id(dot)au>
To: Mike Christensen <mike(at)kitchenpc(dot)com>
Cc: Ben Chobot <bench(at)silentmedia(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Materialized views in Oracle
Date: 2011-09-22 04:35:06
Message-ID: 4E7ABAFA.6020707@ringerc.id.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 09/22/2011 06:02 AM, Mike Christensen wrote:
> Hmm I think a materialized view you have to update yourself is called a
> "table".. but after dealing with the nightmare that is Oracle 11g, I
> think it'd be much more fun going that route with triggers and
> everything. Yes this thread is a complete vent, and also a plea to the
> pg guys to do materialized views right!

In terms of defining "right," it'd be rather handy to know what's wrong
with the implementation you're currently struggling with. The Oracle
guys won't have set out to do it wrong; whatever's wrong with it won't
be obvious until you try to use it a different way to how they
envisioned it or will be an issue that only comes up in real-world use.

It's entirely possible any future Pg support could fall into the same
issue ... unless opportunities like this are used to learn from the
experience of those who went before.

Exactly what do you find frustrating with the mat views you're using?

What's wrong with them? What's right with them? How are you trying to
use them? What problem are you attempting to solve with them? How do you
*want* and *expect* them to work?

--
Craig Ringer

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Mike Christensen 2011-09-22 05:34:16 Re: Materialized views in Oracle
Previous Message Craig Ringer 2011-09-22 04:19:30 Re: create extension failed