Normalizing denormalization with materialized views - Mailing list pgsql-general

From Robert James
Subject Normalizing denormalization with materialized views
Date
Msg-id e09785e00803111019m5e197fb8l613a49fb6b00ebb5@mail.gmail.com
Whole thread Raw
List pgsql-general
When forced to denormalize for performance reasons, how do you ensure data integrity? I like to, instead of denormalizing, use materialized views, which offer lots of the same benefits without the costs.  Yet, in Postgres they're only experimental add-ons, not to be relied on for production use.

Is there a timetable for supporting materialized views in Postgres proper?
Are other people interested in them (it's #1 on my miss-from-Oracle list)?
What other solutions do people use? (Triggers could work well, if they're done right)

SRJ

pgsql-general by date:

Previous
From: "Kynn Jones"
Date:
Subject: Re: ISO something like "#if 0 ... #endif" for SQL code
Next
From: Joshua
Date:
Subject: basic plpgsql / sql funtion question