[ZODB-Dev] Ape + ZEO

Christian Robottom Reis kiko at async.com.br
Mon Dec 15 13:55:03 EST 2003


On Sun, Dec 14, 2003 at 07:20:27PM -0500, Shane Hathaway wrote:
> The amazing thing is how often we *don't* need Ape.  Over the past year
> there has been a lot of talk at Zope Corporation about using Ape for a
> major project, but as customers get more comfortable with FileStorage and
> ZEO, they tend to realize they don't need to store in relational databases
> after all.  ZODB seems to provide all the mechanisms required.
> 
> Perhaps this actually validates Ape, though.

Assuming I've never used APE itself:

    Silly question 1: what's the general speed compared to a regular
    `pickled' ZODB over FileStorage?

    Silly question 2: one thing I've noticed is that the ZODB takes time
    to load object state (Connection.setstate and Storage.load) from the
    database -- would it be possible to load portions of the state
    lazily when using APE, given that it would now be possible to grab
    a value for the specific attribute referenced and not the whole blob?

        (I'm not sure how much this would improve things, given that the
        current model allows us to read the whole state only once, which
        may very well be generally faster -- just curious)

Take care,
--
Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 261 2331



More information about the ZODB-Dev mailing list