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 > DB design

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-18-06, 23:19
Alonex Alonex is offline
Registered User
 
Join Date: Jan 2006
Posts: 1
DB design

Hi,

I'm planning to build a database for a web server (MS IIS).

Two general questions:
1) I'm thinking using either MySQL or Postgres, can you tell about considerations I should take into account when choosing?
2) In a big picture the DB will consists of 3 main tables for verious users (100-1000), what should be a good design in terms of modularity and performance: a. building the 3 tables for every user
b. building 3 tables to all users.
c. building DB instance to every user.
d. other

* As you can say from my questions I'm a novice in DBS , just started to learn, any study resources (books, links etc.) you recommend will be appreciated.

Thanks,
Alonex
Reply With Quote
  #2 (permalink)  
Old 01-19-06, 21:08
Vmusic Vmusic is offline
Registered User
 
Join Date: Dec 2004
Posts: 54
What you really need...

Hi,
Well you've come to a good place. Before you EVEN think about how many tables you have, create a logical data model.

Capture the nature of the business in your logical data model. You never mentioned anything about the business nature of your data. That's what it's all about man. Who cares if you use this database or that database, but your design is garbage?

There are pros and cons to different databases. What do you have accesss to? What development environment will your web site be in? Are there size limitations? Are there non-functional requirements that come into play?

I'm VERY skeptical about 'three tables'. I'd start with your logical model.

Vmusic
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