[ZODB-Dev] ZODB blob support.

Jeremy Hylton jhylton at gmail.com
Tue Mar 22 10:44:20 EST 2005


On Tue, 22 Mar 2005 10:35:25 -0500, Jim Fulton <jim at zope.com> wrote:
> Toby Dickenson wrote:
> > This approach suggests that you would need to transfer the *whole* *file* to
> > every client if even one byte of the blob was to change. Is there not a
> > requirement to handle this more efficiently?
> 
> Not that I'm aware of.

If modifying small chunks of a large blob is a common operation, I
suppose you would want to stick with the current Pdata scheme.  In
general, ZODB's design encourages you to organize an object using
composition of multiple persistent objects when you want to have
fine-grained control over update rates, caching, &c.  This sounds like
another instance of that principle.

Jeremy


More information about the ZODB-Dev mailing list