[ZODB-Dev] conflict resolution for PersistentList

Syver Enstad syver at inout.no
Wed May 26 03:39:53 EDT 2004


"Tim Peters" <tim at zope.com> writes:

> [Thomas Guettler]
> >>> Try to use btrees. BTrees have conflict resolution
> >>> and not the whole "list" needs to be stored if it gets
> >>> changed.
> 
> [Tim Peters]
> >> Sounds like good advice to me, but it was given before without
> >> visible consequence so far.

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.




More information about the ZODB-Dev mailing list