Hi everyone,
I was wondering about the Google Analytics database design, how they handle the huge values in hourly basis, even in minutes.
Let's say, they have 100 million users and almost every user has 300 counters at every minute. For one user, 300 counters have 18000 rows in one hour. For one day it is 432K rows and almost 3 million rows.
I have thought that they are not using a relational database, but not sure about it...
Is there any suggestion about it?
Regards,