vote up 1 vote down star
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?

flag

1 Answer

vote up 0 vote down check

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|flag

Your Answer

Get an OpenID
or

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