本文介绍了在Plone中清理文件存储中未使用的Blob的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
是否可以找到并删除Plone站点中未使用的Blob存储空间?
Is there a way to find and remove unused blob storage space in a Plone site?
我正在寻找类似bin/zeopack
的东西,但是它会检测blobstorage
目录中未使用的blob.
I'm looking for something like bin/zeopack
, but that detects unused blobs in the blobstorage
directory.
推荐答案
ZODB会自行处理未使用的blob.包装将根据需要除去斑点以及已除去的交易.
The ZODB takes care of unused blobs by itself. Packing will remove blobs together with removed transactions as required.
这篇关于在Plone中清理文件存储中未使用的Blob的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!