Christian Theune wrote:
the ZODB team is proud to announce a technical preview of a Blob
implementation for ZODB.

Cool :-)

Blobs are used to efficiently storage large amounts of binary data
within a database. This implementation uses real files on the file
system in combination with any ZODB storage (FileStorage, ...) and
native support for ZEO clusters. It is efficient in terms of memory and
CPU usage.

Hmm, can all the other benefits be used without storing blobs in seperate files on filesystems?

FileStorage backup semantics are now "nice" with repozo, how would you back up related blobs?

I guess I also have an irrational paranoia about separate files having the correct transactional semantics. Anything I can read to prove my paranoia to be irrational? ;-)

cheers,

Chris

--
Simplistix - Content Management, Zope & Python Consulting
           - http://www.simplistix.co.uk
_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to