技术文章 - CS347982
defaultuploadvault(Cache vault)的大小一天比一天大。为什么以及如何减少它?
已修改: 16-Jan-2023
适用于
- Windchill PDMLink 10.2
- defaultuploadvault is set to as DefaultTargetForSite
- As this vault is set to DefaultTargetForSite, it will be used for Ad-Hoc-Replication as well as Predictive Scheduling
- Ad-Hoc-Replication:
- Ad hoc replication means the copying of content from a master site to a Windchill File Server when the content is not available on a remote site and the user has set preferences to a Windchill File Server.
- Default value : 2 https://support.ptc.com/cs/help/windchill_hc/wc102_hc/index.jspx?id=ReplicateChp_AdminLocalCacheVault&action=show
- Predictive scheduling:
- Predictive replication is a feature that enables Windchill to preemptively determine the content that is required at a File Server site based on patterns of user behavior. Predictive replication replicates future iterations of an object without an explicit replication schedule set by a user or administrator
- Ad-Hoc-Replication:
说明
- defaultuploadvault(Cache vault)的大小一天比一天大。为什么以及如何减少它?
- 如何知道defaultuploadvault大小和在其中创建的文件数?
- 执行如下SQL
选择 sum(ad.filesize), count(1) from (select DISTINCT STREAMID, FILESIZE from APPLICATIONDATA) ad, REPLICATEDITEM ri, REPLICAFOLDER rf, REPLICAVAULT rv where ad.STREAMID=ri.STREAMID and ri.IDA3A4=rf.ida2a2 and rf .ida3a5=rv.ida2a2 和 rv.name='defaultuploadvault'
- 获取 Vaulting 报告 ( CS183915 ) 并检查下方黄色信息:
| 地点 | 金库类型 | 金库 | 沃尔特 | 默认保险库 | 缓存 | 根文件夹 | 启用 | 只读 | 文件 | 文件大小MB | 缓存文件 | 缓存文件大小MB | 最后一个CR |
| 掌握 | 保险库 | 默认系统库 | XXX | 0 | 1个 | 1个 | 135344302 | 49652773.2 | 15-FEB-20 | ||||
| 掌握 | 保险库 | mastervault2 | XXX | 默认系统目标 | 1个 | 1个 | 0 | 21612066 | 8902114.32 | 2020 年 10 月 23 日 | |||
| 掌握 | 副本库 | 默认上传库 | XXX | 默认目标站点 | 缓存 | 1个 | 1个 | 0 | 703479 | 1828146.73 | 259 | 3012.02 | 2020 年 10 月 23 日 |
这是文章 347982 的 PDF 版本,可能已过期。最新版本 CS347982