24 Feb
2006
24 Feb
'06
8:52 p.m.
Pawel Lewicki wrote:
Class Name Count TBytes Pct AvgSize -------------------------- ------- --------- ----- ------- ... OFS.Folder.Folder 2731 7177565156 95.4% 2628182.04
The only reference to folder I have is: folder.manage_addProduct['ExternalFile'].addExternalFile(filename, '', '',filepath, '',file)
Well yes, you're adding an external file to the folder. That changes the folder, so a new copy of it will get written to the ZODB, hence the growth you're seeing. try using a BTreeFolder2 or similar for whatever 'folder' is... cheers, Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk