Re: When is a NULL Not a NULL ?
- From: "Craig Alexander Morrison" <cam@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 27 Jul 2006 08:34:13 +0100
« Do you ever feel the need to denormalise a database for the sake of the
user interface? »
The Users interface is with an application and in turn the application
interfaces with the database.
Even the applications may not see the underlying base tables.
Yeah, I do when there is a speed problem. A database is not some god
living in its own universe but a piece of software to be used by people
not only for them to enter data at one end but also for them to read data
at the other end.
Whilst denormalisation is generally wrong, some people think they are
denormalising when what they are doing is adjusting an over normalised
design, by that I mean the design has been more influenced by global
concerns than the actual problem domain being modelled.
However denormalisation can often result in fast access to garbage, without
taking a whole series of precautions to make up for the failings in the
database design.
As to Nulls, I much prefer the elimination of -most- Nulls, it is fairly
straightforward with careful design
--
Slainte
Craig Alexander Morrison
Crawbridge Data (Scotland) Limited
"Sylvain Lafontaine" <sylvain aei ca (fill the blanks, no spam please)>
wrote in message news:e$WaMAOsGHA.4752@xxxxxxxxxxxxxxxxxxxxxxx
.
- References:
- When is a NULL Not a NULL ?
- From: Altemir
- Re: When is a NULL Not a NULL ?
- From: Craig Alexander Morrison
- Re: When is a NULL Not a NULL ?
- From: David Portas
- Re: When is a NULL Not a NULL ?
- From: Craig Alexander Morrison
- Re: When is a NULL Not a NULL ?
- From: David Portas
- Re: When is a NULL Not a NULL ?
- From: Craig Alexander Morrison
- Re: When is a NULL Not a NULL ?
- From: Sylvain Lafontaine
- Re: When is a NULL Not a NULL ?
- From: Craig Alexander Morrison
- Re: When is a NULL Not a NULL ?
- From: Sylvain Lafontaine
- Re: When is a NULL Not a NULL ?
- From: Craig Alexander Morrison
- Re: When is a NULL Not a NULL ?
- From: Sylvain Lafontaine
- When is a NULL Not a NULL ?
- Prev by Date: Re: When is a NULL Not a NULL ?
- Next by Date: Re: Getting around having no temp tables
- Previous by thread: Re: When is a NULL Not a NULL ?
- Next by thread: Re: When is a NULL Not a NULL ?
- Index(es):
Relevant Pages
|