cs_PostViews 表在社区服务器中的用途是什么
我现在正在运行社区服务器 2.1。 我的 cs_PostViews 表大小为 200MB。 这个表的具体用途是什么。 截断安全吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我自己发现了。
该表包含所请求和提供的每个唯一 URL 的列表。 即没有 404 类型的 URL 及其被请求的次数。
我最终截断了这张表,到目前为止没有产生任何不良影响。
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.