[ZODB-Dev] Any recommendation for non-undoable storage?

Chris McDonough chrism at plope.com
Tue Jun 8 22:51:47 EDT 2004


There is no supported general-purpose nonundoing storage shipping with
ZODB or produced by a third party anymore.  Well, that's not entirely
true; there's TemporaryStorage and MappingStorage, which is are both
nonundo storages, but both save pickles to RAM instead of to disk, which
usually isn't very helpful. 

On Tue, 2004-06-08 at 04:22, Choo Zhi Min wrote:
> Hi,
> 
> I currently use BDBMinimalStorage for storing access log objects (high  
> write frequency) because it keeps the storage file from growing too fast.
> 
> As BDBStorage is no longer in ZODB3.3b1, I assume it will not be supported  
> in this and later version. Is there any alternative for non-undoable  
> storage for use in ZODB?
> Thank you.
> 
> 
> Regards,
> ZhiMin
> 
> 
> _______________________________________________
> For more information about ZODB, see the ZODB Wiki:
> http://www.zope.org/Wikis/ZODB/
> 
> ZODB-Dev mailing list  -  ZODB-Dev at zope.org
> http://mail.zope.org/mailman/listinfo/zodb-dev




More information about the ZODB-Dev mailing list