Hello everybody
I am working on service which tracks visitors of websites (website owner just puts some java script to his site... just like Google Analytic or Woopra). There can be websites with low but also heavy traffic (more than 10 000) visits per day. Also count of users of this service can grow to thousands. Database does not have very difficult structure (3 or 4 tables). I am using MSSQL 2008.
What would be the best solution for this system?
- Single database system, one database for all users
- Multiple database system, one database for each user
- Multiple database system, one database for some range of users
So 1. is probably bad idea, I can't decide between 2. and 3.
Thanks for your answers
Rudy