Re: Views- Advantages and Disadvantages - Mailing list pgsql-general

From Brent Wood
Subject Re: Views- Advantages and Disadvantages
Date
Msg-id 46426C86.5080502@niwa.co.nz
Whole thread Raw
In response to Re: Views- Advantages and Disadvantages  ("Ashish Karalkar" <ashish.karalkar@info-spectrum.com>)
Responses Re: Views- Advantages and Disadvantages
List pgsql-general
Ashish Karalkar wrote:
> Thanks Brent for your replay,
>
>
> What about the Disadvantages, Performance issues?

As far as I'm aware, performance is the only real disadvantage.

I tend to break DB design into stages:

ER modelling to define the entities/relationships the DB needs to
store/represent
Normalize this to maximise data integrity & minimise duplication/redundancy
De-normalise to meet performance & access requirements.


In the latter stage, views are generally used, unless there are
performance restrictions,
when a de-normalised schema may be applied.

Cheers,

  Brent

pgsql-general by date:

Previous
From: Richard Broersma Jr
Date:
Subject: Re: Views- Advantages and Disadvantages
Next
From: "Joshua D. Drake"
Date:
Subject: Re: Views- Advantages and Disadvantages