up vote 1 down vote favorite
1
share [g+] share [fb]

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?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.