tags:

views:

31

answers:

1

I'm running Community Server 2.1 at the moment. My cs_PostViews table is at 200MB. What is the exact use of this table. Is it safe to truncate?

A: 

Found out myself.

This table holds a list of every single unique URL that was requested and served. I.e. no 404 type URLs and the number of times it has been requested.

I ended up truncating this table with no ill effects so far.

Ray Booysen