Deleting records from DownloadStatistics table

Permalink
Can I safety delete old records from the DownloadStatistics table?
We currently have over 1.5 million rows in this table and I was asked if we can delete older records without impacting the site.

Thanks

 
exchangecore replied on at Permalink Reply
exchangecore
This table is safe to truncate as long as you have no need for the statistics.

Edit: I just put in a pull request to allow download statistics to NOT be tracked, we'll see if it gets merged into the next version or not.
https://github.com/concrete5/concrete5/pull/3241...