What tables shall I empty to delete all my statistics (openx 2.6.2)?
(My maintenance.php can’t run in 300s max execution time so, right now, I just to keep my zones, websites, etc and just prune all the stats)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In Openx 2.6, all banner requests logged into
data_raw_ad_requesttable and all impressions logged intodata_raw_ad_impressiontable.If you really want to delete all request & impression counts, you can truncate these 2 tables.