Re: SQL Statement Help Needed

From: <me(at)alternize(dot)com>
To: <operationsengineer1(at)yahoo(dot)com>, "pgsqlnovice" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: SQL Statement Help Needed
Date: 2005-12-06 04:44:00
Message-ID: 053201c5fa1f$ae809640$0201a8c0@iwing
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

From: <operationsengineer1(at)yahoo(dot)com>
> the reason for doing this is that you eliminate
> database dead space (people that don't have faxes
> won't store a null in the db (i think it is null) and
> the db won't have to manage the null values).

correct me if i'm wrong, but i don't think having a completely normalized
datastructure makes always sense. if one would need to query an employee and
having all phone numbers & stuff in one single view, you'll end up having a
huge amount of joins. this is bound to "cost" performance while the "win"
(diskspace) is relatively small.

- thomas

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Robert Blixt 2005-12-06 07:03:59 Re: Need help building SQL query
Previous Message William Yu 2005-12-06 01:18:25 Re: Need help building SQL query