Cluster or not?
Posted by: Robin Draxl
Date: April 19, 2007 06:30AM

Hello fellow readers

I'm currently looking for hosting services that offer mysql-cluster architectures. But I'm still wondering IF I really need a cluster.

The problem is, that there will be about 500 users connecting to my webservice. There may be some tables that could be about 20GB in size, if i store all the data in one table. (The content will be nothing more than
PartsNr;UserID;Value;Date)

If I would split the table and create one for every year I would have to use JOINs. If not, the table will kind of explode.

The question is:
If 20 people would select data from this table at the same time - what solution would be better? Splitted tables or one table? Single Server or Cluster?

When is the point reached to switch to a cluster system?

Thanks
Robin

PS: I'm REALLY sorry for the grammar

Options: ReplyQuote


Subject
Written By
Posted
Cluster or not?
April 19, 2007 06:30AM


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.