Topic.views
is integer count which includes both user and anonymous traffic.
SELECT COUNT(*) FROM topic_views WHERE topic_id = X
is used to track topic views by registered users. It will have below details.
Topic.views
is integer count which includes both user and anonymous traffic.
SELECT COUNT(*) FROM topic_views WHERE topic_id = X
is used to track topic views by registered users. It will have below details.