[Zope] How to disable ZODB transaction.
Oleg Broytmann
Oleg Broytmann <phd@phd.fep.ru>
Wed, 4 Apr 2001 21:09:50 +0400 (MSD)
On Wed, 4 Apr 2001, [iso-8859-1] Juan Carlos Coruņa wrote:
> I'm developing an site that has a few thousands of transactions per day.
> The site adds and deletes a lot of DTML Documents. The ZODB grows
> dramatically and when I pack manually the database it consumes a lot of
> time.
Use non-transactional Storage (BerkeleyStorage, e.g.).
> Is there a way to disable the transactions persistence in ZODB? When not,
> how can I invoke a "pack" from a python script to call it periodically
> with a cron job?
http://www.zope.org/Members/phd/cron-zope/pack-db_fs/view
Oleg.
----
Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.