Re: Proposal: 6NF
Date: 1 Oct 2006 01:48:03 -0700
Message-ID: <1159692483.421785.264660_at_c28g2000cwb.googlegroups.com>
Brian Selzer wrote:
>
> The argument JOG made focused only on recording information, not retrieving
> it. Why would anyone abandon a sound mechanism that can significantly
> reduce the computing capacity required to answer a query?
Because your argument is merely an assumption based on what some systems of today are capable of.
Consider two possible models:
- {i,a,b}
- {i,a}, {i,b}
In each relation the key is {i}. If the values i,a and b are of the same types in each case then there is no fundamental reason why they can't have the same physical representation. If the physical model is the same then there is no reason why one should perform significantly differently to the other.
>
> Imaginary numbers are real values...that's news to me!
>
> SQL broke a lot of things. Just because one data sublanguage is screwed up
> doesn't mean that NULLs aren't useful.
-- David PortasReceived on Sun Oct 01 2006 - 10:48:03 CEST