Tagged Questions
4
votes
4answers
288 views
How to scale my SQL Server 2008?
My DB is SQL Server 2008 and I want to scale up the system by 5 fold (maybe more in the future).
The system currently has 95% read & 5% write from front end. And from backend actual data is bulk ...
8
votes
9answers
894 views
Which DBMS are fast enough for an online game (few thousand players)?
I'm currently making an MMORPG game, which could have a few thousand players online at the same time (probably not; just wishful thinking). First we wanted to use MySQL, but I have heard it isn't fast ...