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 > alot of small tables, or 1 big table?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-10-04, 11:52
TechJatt TechJatt is offline
Registered User
 
Join Date: Jul 2003
Posts: 4
alot of small tables, or 1 big table?

as far as processing requirements, is it generally better to have alot of smaller tables that you link through joins, etc, or to have 1 big table?
Reply With Quote
  #2 (permalink)  
Old 03-10-04, 12:14
andrewst andrewst is offline
Moderator.
 
Join Date: Sep 2002
Location: UK
Posts: 5,171
Re: alot of small tables, or 1 big table?

It is generally better to have the right number of tables to normalise your data - no more and no less.
__________________
Tony Andrews
http://tinyurl.com/tonyandrews
Reply With Quote
  #3 (permalink)  
Old 03-10-04, 13:18
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,605
What kind of processing requirements? What layout of data? How frequent are the updates?

This is a juggling act, trying to decide what resources you want to conserve, what resources you can be fairly generous with, and which issues are important to "hold the line" on just to preserve what little sanity you might have left!

-PatP
Reply With Quote
  #4 (permalink)  
Old 03-10-04, 13:20
TechJatt TechJatt is offline
Registered User
 
Join Date: Jul 2003
Posts: 4
im not quite sure of that yet, as i am still in the planning process. i was looking for a 'rule of thumb' kind of answer, something that in most normal casese should be followed.
Reply With Quote
  #5 (permalink)  
Old 03-10-04, 14:23
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,605
Then I'd suggest that you take the data to at least third normal form. That will avoid most of the ugly problems that you can find with INSERT/DELETE anomolies, but still keep the tables from being fragmented to oblivion.

-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