[Zope] How to disable ZODB transaction.
   
    Juan Carlos Coruņa
     
    jcoruna@ibdosnorte.com
       
    Wed, 4 Apr 2001 19:03:58 +0200
    
    
  
Hi zopistas,
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.
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?