[Zope] Making Zope stop storing old object versions

Tino Wildenhain tino at wildenhain.de
Wed May 7 22:54:54 EDT 2008


Hi,

Sinang, Danny wrote:
> Hello,
>  
> We've got lots of Catalog reads and writes and our Data.fs is growing 
> at an immense rate. 
>  
> Is there a way we can tell Zope to stop storing old object 
> versions to limit the growth and not have to pack that often ?

Well in fact it (Filestorage) does only "store" new object versions.
What it does not is removing the old version - this is done during packing.

When you have many Catalog writes or other parts of your object tree
experiences many writes, try to mount an extra ZODB (and storage) there.

You can also try some of the other storages like relstorage (where it
depends on the RDBMS how it handles writes)

Cheers
Tino
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3241 bytes
Desc: S/MIME Cryptographic Signature
Url : http://mail.zope.org/pipermail/zope/attachments/20080508/aad84a57/smime.bin


More information about the Zope mailing list