On any website, such as on StackOverflow, each question has a view count, and user reading a question but has previous read it won\'t count twice.
I have some ideas abou
It looks like stackoverflow does not count guest (unlogged) users viewing a topic. The issue with counting anonymous user views is that your counter can be gamed. Someone can always delete the cookie and view again. Logging the views is the safest solution for accuracy, but of course you have two major problems: size of the table and lack of guest/anonymous users. It surprises me that stackoverflow is not logging guest (unlogged) users. I would think that the majority of views would come from these users doing google searches.