Re: Normalization insanity
galenboyerdev_at_hotpop.com
Date: 01/13/05
- Next message: David D Webb: "Transactions and cursors."
- Previous message: mkdesigns2004: "RE: Sql To Active Directory Quickie"
- In reply to: John Spiegel: "Normalization insanity"
- Next in thread: John Spiegel: "Re: Normalization insanity"
- Reply: John Spiegel: "Re: Normalization insanity"
- Messages sorted by: [ date ] [ thread ]
Date: 13 Jan 2005 12:25:20 -0500
"John Spiegel" <jspiegel@YETANOTHERSPAMHATERc-comld.com> writes:
> Hi all,
>
> I'm wrestling with a new system design and am looking for opinions on where
> to draw the line with normalizing the database. I'm in early design and
> proof-of concept so have started with a very broken out set of data. I have
> identified a number of cases where a many-to-many situation may exist. But
> the times where there's truly a need will be at best uncommon. For example,
> I've got one possibility where it will take eight joins just to get a set of
> customers, primary contacts and contact information.
>
> My background has been smaller systems in smaller shops where somecan barely
> spell DBA. We're getting more resources and moving over to MSSQL. I guess
> my question is how much further into the complexity is typical? Is it
> fairly common to go to the fairly painful layouts, but write more views to
> mitigate the complexity? Or is there really any rule of thumb beyond how
> much masochism you're feeling?
Either you are "masochistic" with the design or you are "masochistic"
with the code. If you normalize properly, then you will only maintain
your attributes in one spot. If you design denormalized, then your
code will have to maintain attributes in multiple spots. Choose your
poison, but I bet you can guess which one has guarantees of
correctness of the data once the app is deployed.
-- Galen Boyer
- Next message: David D Webb: "Transactions and cursors."
- Previous message: mkdesigns2004: "RE: Sql To Active Directory Quickie"
- In reply to: John Spiegel: "Normalization insanity"
- Next in thread: John Spiegel: "Re: Normalization insanity"
- Reply: John Spiegel: "Re: Normalization insanity"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|