You might not want to store the number of hits. If I were you, I would record a timestamp given a site/application and then use SQL query to count number of timestamps and that is your total hit. The advantage of this approach is you could estimate number of hits given a site, a time frame...