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 > Database Server Software > MySQL > Database design question

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-12-11, 09:12
jbard jbard is offline
Registered User
 
Join Date: Jul 2011
Posts: 1
Database design question

Hi

I have a new project i am starting and i am not to sure about the layout of the database.

Basically it is a project for recording high scores from flash games.

So the developer would come along and create a game and he would then fill out high score fields and select the type of data they would hold.

I originally though the best way to do this is each created game gets its own table created and then the columns are named the same as the high score fields.
Then a user submits a score and gets recorded in the game database with their high scores.


Initially this seemed a good layout but if this grew popular(it's not actually going to be used, just a project for school) then i could end up with 1000's of tables in my database.

So i am guessing some sort of relational database is what i am after but i can't see how i can design it and keep it economical and not repeating data lots.

Any help would be great.

Cheers.
Reply With Quote
  #2 (permalink)  
Old 07-12-11, 11:00
rpot rpot is offline
Registered User
 
Join Date: Jul 2011
Posts: 10
You could use MySQL with the MySQL Workbench. It is an excellent tool to design a DB. Its also opensource, so cost is negated. If your looking for a more robust package you could also try the MySQL Cluster OpenSource.

Good Luck.
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