MySQL Forums
Forum List  »  Newbie

Re: design distributed database
Posted by: Rick James
Date: December 30, 2009 04:54PM

100K users? Is that like saying you and I are 'users' of this forum? How many are really connected at any moment? How many queries are running at any moment?

And what are the queries like? If they tend to fetch one row using the PRIMARY KEY, you can handle a thousand of those per second per machine. If they are dumping 100K rows out of the 1M rows, that is quite another matter.

And how many queries are performed for one "connection"?

Please try to calculate queries per second. And let's see how slow those queries are.

In comparison, this forum has at least 297505 rows (3 Lakh) (see this message number), perhaps 20K registered 'users' (most of whom show up only a few times), maybe a million non-registered users. All that boils down to only a few db hits per second. The server is probably rather idle.

Options: ReplyQuote


Subject
Written By
Posted
December 22, 2009 07:04AM
December 23, 2009 11:32PM
Re: design distributed database
December 30, 2009 04:54PM
December 31, 2009 02:52AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.