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 > Performance Question

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-13-03, 17:45
meadmaker meadmaker is offline
Registered User
 
Join Date: Oct 2003
Posts: 1
Performance Question

I'm currently building a web app in java. I was doing the db design when I ran in to a problem. Now I plan on having multiple clients running the web app at one time. Would performance be better if I had all my clients share the same db or split them up into their own separate smaller tables? Which one is better and why? MySql 4.01 latest production release.

TIA
Mike B
Reply With Quote
  #2 (permalink)  
Old 10-13-03, 18:07
bstjean bstjean is offline
Registered User
 
Join Date: Sep 2002
Location: Montreal, Canada
Posts: 219
Re: Performance Question

Quote:
Originally posted by meadmaker
I'm currently building a web app in java. I was doing the db design when I ran in to a problem. Now I plan on having multiple clients running the web app at one time. Would performance be better if I had all my clients share the same db or split them up into their own separate smaller tables? Which one is better and why? MySql 4.01 latest production release.

TIA
Mike B
That's what databases are for! Really no need to split the data... As long as you handle transactions properly, there's really no problem... Splitting the data in separate tables for each client makes no sense... Do you really Yahoo! Finance did split their MySQL database in 10 million tables??? Do you think banks have separate tables for every client? As long as you have decent hardware, there's no problem in having multiple concurrent users hitting the same database... That's what databases are designed to handle!
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