Re: Database denormalization - Mailing list pgsql-general

From Scott Marlowe
Subject Re: Database denormalization
Date
Msg-id CAOR=d=3kUfiouBQnVAJ497CWnB2Rv77-uSy9MZ+VSuonW2i8rg@mail.gmail.com
Whole thread Raw
In response to Re: Database denormalization  ("Albe Laurenz" <laurenz.albe@wien.gv.at>)
List pgsql-general
On Tue, Feb 14, 2012 at 6:27 AM, Albe Laurenz <laurenz.albe@wien.gv.at> wrote:
> A materialized view is actually a table that holds a (possibly
> aggregated)
> copy of data from elsewhere in the database.
>
> Apart from materialized views, you can denormalize for performance by
> adding columns to tables that store a copy of information from another
> table,
> with the benefit that you can avoid joins to access the information.

The standard reference for materialized views is the page by j gardner:

http://tech.jonathangardner.net/wiki/PostgreSQL/Materialized_Views

pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: [GENERA]: Postgresql-9.1.1 synchronous replication issue
Next
From: Bruce Momjian
Date:
Subject: Re: pg_upgrade: out of memory