[Zope-Annce] ANNOUNCE: CompressedStorage

Ty Sarna tsarna@endicor.com
Mon, 11 Oct 1999 15:26:36 -0500 (CDT)


ANNOUNCE: CompressedStorage

http://www.zope.org/Members/tsarna/CompressedStorage

This is an experimental storage that layers over another storage,
compressing objects larger than a certain threshold (default 2K).  You
will need to know how to use custom_zodb to play with this. Since it is
experimental, don't blame me (but do tell me!) if this turns your ZODB
into mincemeat.

Thanks to Jim Fulton for suggestions on how best to implement this.