[ZODB-Dev] Forder object
Chris Withers
chris at simplistix.co.uk
Mon Apr 18 08:34:51 EDT 2005
DL wrote:
> Does any body,
> how to best organize objects in a folder style so the performance of
> the application would not suffer and that avoid less write conflicts.
> (This like zope store it's objects) but must be used for ZODB app)
Google for BTreeFolder2 and look how it's implemented.
That or just start playing around with:
from BTrees.OOBTree import OOBTree
myfolder = OOBTree()
cheers,
Chris
--
Simplistix - Content Management, Zope & Python Consulting
- http://www.simplistix.co.uk
More information about the ZODB-Dev
mailing list