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 > MySQL Limitations?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-11-11, 17:03
leeq leeq is offline
Registered User
 
Join Date: Feb 2011
Posts: 1
MySQL Limitations?

I am developing a system that looks like it will have between 20k and 100k rows in one of its tables generated per user, per year. How many users could one MySQL database be reasonably expected to handle in this kind of situation? Is MySQL the proper solution?
Reply With Quote
  #2 (permalink)  
Old 02-12-11, 10:39
healdem healdem is offline
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,262
depends on the server (its type, configuration) and network infrastructure, but anywhere between 1 and many thousands.

is it the proper solution, who knows. theres lots of rerasosn to choose MySQL, and equally not to shoose MySQL. it can be the right tool in the right hands, iot cna be a disaster, but so can virtaully all server DB's otuy there.

it depends what you want to do, what you knowledge of the db is, how good your design is and so on.

MySQL is perfectly capable scaleable DB, it has issues, personally I don't think the security model is especailly good or intuitive, but its realtively cheap. I thinkl the biggest bugbear, given the size of data you expect to store is going to be finding good, weel qualified competant DBA'a to design and develop the db.
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
Reply With Quote
  #3 (permalink)  
Old 02-13-11, 06:33
it-iss.com it-iss.com is offline
Registered User
 
Join Date: Sep 2009
Location: San Sebastian, Spain
Posts: 623
As has been said the hardware, CPU, memory, disk layout all play an important role in optimizing the performance. Data access will also help in determining the accessibility of information i.e. read-only or read/write. There are so many factors that determining whether a database can handle the load.
__________________
Ronan Cashell
Senior Oracle/MySQL DBA
http://www.it-iss.com
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