Re: Why bother with Logical data model?
Date: 9 Aug 2006 05:48:42 -0700
Message-ID: <1155127722.826576.24760_at_i3g2000cwc.googlegroups.com>
David Cressey wrote:
> "Brian Selzer" <brian_at_selzer-software.com> wrote in message
> news:2tjCg.4506$o27.308_at_newssvr21.news.prodigy.com...
> > Why? Because it saves time--perhaps not initially, but definitely in the
> > long run. In most of the databases I've worked with there is a disparity
> > between the logical model and the physical model. The logical model
> should
> > at a minimum be in BCNF, but if possible, 5NF, but that is not always true
> > in the physical model. Sometimes tables must be split for valid business
> > reasons, such as security. Sometimes, though seldom, a denormalized table
> > performs better--at least for the particular application where it is most
> > used. The logical model should remain independent of such considerations,
> > so that you can focus on the structure of the data that is to be stored
>
> The above is a very, very good point. It deserves careful attention by most
> of the readers of this newsgroup.
>
-- David PortasReceived on Wed Aug 09 2006 - 14:48:42 CEST