My site uses varnish cache heavily and is set to refresh every 5 minutes. I found out that this was skewing product view stats making them less than what they actually should be.
I want to turn off Magentos default product view logging facility so that no product views are being recorded.
I want to mimic the action by doing custom inserts into the relevant tables i.e.
tf_report_viewed_product_index
Inserting into the tf_report_viewed_product_index
table alone is not allowed since it has foriegn key constraints. There is more to it.