ZODB revision

Thomas Guettler guettli at thomas-guettler.de
Tue Jul 6 09:25:26 EDT 2004


Am Sun, 04 Jul 2004 08:35:31 +0000 schrieb Matteo Merli:

> 
> Hello, 
> 
> I would like to know wether is possible to use ZODB with FileStorage without
> using the Revision system that I don't need. ( In fact for my needs it's
> only a performance/disk-space drop down.. )
> I haven't found any method for that.

Hi,

Of course you can use ZODB without using the revision system.

I don't use it, too. But if you use FileStorage, you still
need to pack your database sometimes, because all changes
get appended to the end of "data.fs".

Regards,
 Thomas

-- 
Thomas Güttler, http://www.thomas-guettler.de/





More information about the Python-list mailing list