[ZODB-Dev] conflict resolution for PersistentList

Chris Withers chris at simplistix.co.uk
Wed May 26 05:49:09 EDT 2004


Syver Enstad wrote:
> What should be the data structure of choice when just wanting to store
> some thousand objects in a flat list with no keys. I am using
> PersistentList for the time being, but the comment that it will make
> the ZODB grow very fast worries me.

Does order matter to you?
If so, what is the order that matters?

If not, looks at the BTrees package's OOSet class.
Or should tha tbe OOTreeSet?

Hmmm, what's the difference between an OOSet, and IOSet and an IISet?

Hmmm(II), where's the docs for the BTrees package?

Chris

-- 
Simplistix - Content Management, Zope & Python Consulting
            - http://www.simplistix.co.uk




More information about the ZODB-Dev mailing list