5 Apr
2004
5 Apr
'04
4:41 p.m.
Ryan Boder wrote:
These openoffice filess will be changed often and may be large. I think that ZODB keeps all old copies of a file each time it changes. Changing large openoffice documents all the time would make the ZODB huge, right? Can I make ZODB only store the most recent version of these files, instead of keeping a history of all the versions?
I have also looked into using LocalFS and storing them on my file system. Is that the best way to go?
I would try Ape. Ape stores Zope objects either on the filesystem or in a SQL database. http://hathaway.freezope.org/Software/Ape/ Shane