Re: flattened tables with normalized tables - Mailing list pgsql-general

From Dennis Gearon
Subject Re: flattened tables with normalized tables
Date
Msg-id 41661B10.2070504@fireserve.net
Whole thread Raw
In response to Re: flattened tables with normalized tables  (Michael Fuhr <mike@fuhr.org>)
List pgsql-general
Michael Fuhr wrote:

> On Thu, Oct 07, 2004 at 09:08:18PM -0700, Dennis Gearon wrote:
>
>>About regular views, how does that speed things up, other than the initial
>>SQL interpretation of the view not needing to be done?
>
>
> I didn't mean to imply that views would speed things up -- I was
> merely suggesting them as an alternative to your "flattened table"
> if part of its purpose would be to simplify queries.  You might
> want to perform some experiments to see if the performance gains
> from a materialized view are worth the extra complexity.
>
I'll do the experiments! It'll probably be about 6 months out. I plan ahead :-)

pgsql-general by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: flattened tables with normalized tables
Next
From: Bruno Wolff III
Date:
Subject: Re: flattened tables with normalized tables