Re: SQL Statement Help Needed

Поиск
Список
Период
Сортировка
От
Тема Re: SQL Statement Help Needed
Дата
Msg-id 053201c5fa1f$ae809640$0201a8c0@iwing
обсуждение исходный текст
Ответ на Re: SQL Statement Help Needed  (<operationsengineer1@yahoo.com>)
Ответы Re: SQL Statement Help Needed  (<operationsengineer1@yahoo.com>)
Re: SQL Statement Help Needed  (Jaime Casanova <systemguards@gmail.com>)
Re: SQL Statement Help Needed  (Charley Tiggs <charley@xpressdocs.com>)
Список pgsql-novice
From: <operationsengineer1@yahoo.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



В списке pgsql-novice по дате отправления:

Предыдущее
От: William Yu
Дата:
Сообщение: Re: Need help building SQL query
Следующее
От: "Robert Blixt"
Дата:
Сообщение: Re: Need help building SQL query