[Zope] ZODB vs LocalFS
Shane Hathaway
shane at zope.com
Mon Apr 5 12:41:12 EDT 2004
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
More information about the Zope
mailing list