If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > about normalization

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-22-07, 05:00
pkrkanwal pkrkanwal is offline
Registered User
 
Join Date: Nov 2007
Posts: 1
about normalization

hi,

i want to know that in what circumstances we do not need to normalize our tables

thnx
Reply With Quote
  #2 (permalink)  
Old 11-22-07, 06:21
pootle flump pootle flump is offline
King of Understatement
 
Join Date: Feb 2004
Location: One Flump in One Place
Posts: 14,905
You always normalise your tables. Always.
Reply With Quote
  #3 (permalink)  
Old 11-22-07, 07:09
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,524
you do not need to normalize your tables when they have only a few rows

the definition of "a few" varies, depending on the size of your server

a couple of hundred unnormalized rows, and you'll still be okay

however, despite the foregoing, you should normalize anyway
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
  #4 (permalink)  
Old 11-22-07, 16:01
loquin loquin is offline
Super Moderator
 
Join Date: Jun 2004
Location: Arizona, USA
Posts: 1,797
"Always normalize, then only denormalize if necessary"

However, data warehousing has somewhat different requirements than does an OLTP system
__________________
Lou
使大吃一惊
"Lisa, in this house, we obey the laws of thermodynamics!" - Homer Simpson
"I have my standards. They may be low, but I have them!" - Bette Middler
"It's a book about a Spanish guy named Manual. You should read it." - Dilbert

Reply With Quote
  #5 (permalink)  
Old 11-22-07, 18:13
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,605
I can't think of any situation where you truly have to normalize a schema.

If you have infinite resources for problem resolution in your data (people), infinite disk for storage, infinite processing power to brute force crunch your data, and infinite memory to do the aforementioned crunching in, then there isn't much need for normalization.

I've never been blessed with a situation like what I've described, so I tend to be rather finicky about normalization myself.

-PatP
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On